A wrapper around a webscraper for popular rental agencies on UIUC campus
Project description
UIUC Apartment Kit
A wrapper around a webscraper for popular rental agencies on UIUC campus
Installation:
pip install uiuc-apartments
Usage:
from uiuc_apartments import AllAgencies
for agency in AllAgencies:
print(agency.get_all())
from uiuc_apartments import Smith
agency = Smith()
print(agency.name) # Smith Apartments
apartments = agency.get_all()
# [<Apartment $1020.0/month 2.0 beds/1.0 baths 8/2/2024 Smith Apartments>, ...
print(apartments[0].link)
# https://smithapartments-cu.com/property-details/?pid=27
Development:
- Add a new agency to the folder
- Add it to the imports of
agencies/__init__.py
and toAllAgencies
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uiuc_apartments-0.0.2.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file uiuc_apartments-0.0.2.tar.gz
.
File metadata
- Download URL: uiuc_apartments-0.0.2.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06f6b8b96e8b42f1e1eef4e9e0a033ac553cc5e7d895d91c97b2fb5a573acbcf |
|
MD5 | ec074a1281febcb7d76b56a1deb2b2d7 |
|
BLAKE2b-256 | 9a3d66ff9fd90f598e2905808640e538cad16bf1e2d1fd3083700aa06c20cfd9 |
File details
Details for the file uiuc_apartments-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: uiuc_apartments-0.0.2-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48e5f63bfca9517a6826efbc062dcc1742953b35a7809f95477fb2e58618782c |
|
MD5 | 550ab667143f590655e57e6dcf4ef7e4 |
|
BLAKE2b-256 | 3dbd59e9a41c003f32e1f910714e4b3fc7a7f1eedad56b05e13c4665a9eb858e |