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.6.tar.gz
(10.7 kB
view details)
Built Distribution
File details
Details for the file uiuc_apartments-0.0.6.tar.gz
.
File metadata
- Download URL: uiuc_apartments-0.0.6.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 267b13c0324377fd0302024658a8d8af9282a2a9aa03556f74b7f9c6e0eaf6f7 |
|
MD5 | eb7c3bde55f59582e2332291ede7907f |
|
BLAKE2b-256 | 3cccead2c951098935133bf697133e9158c63fccab237ee29b6dfa5dd3fd0fd7 |
File details
Details for the file uiuc_apartments-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: uiuc_apartments-0.0.6-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.10.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52984ddd29b15b050a4382a21b8f2d4cd9ff52d2b6317ca1af255717b1f4feaa |
|
MD5 | 0f0a3328770278d2aabec93d87c679c9 |
|
BLAKE2b-256 | ad07f6e76cfc5c1665a61514aee931600475c8fcc151df56d590fa656eea5533 |