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.3.tar.gz
(10.5 kB
view details)
Built Distribution
File details
Details for the file uiuc_apartments-0.0.3.tar.gz
.
File metadata
- Download URL: uiuc_apartments-0.0.3.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 | 66f208b93b3840abe9983a2fbc17e618b677ab3c67a38b681ee3dce00204a683 |
|
MD5 | 619a936bd5396e5d543a9f7d30dd6d3e |
|
BLAKE2b-256 | d956378db7102b2d36d239ecab25bbb6fa8cd5a571bb60dffc78c97d73208999 |
File details
Details for the file uiuc_apartments-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: uiuc_apartments-0.0.3-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 | bdf17799fcdfe4909ffb542fbe3d8eae1cfa78589724740f12456f058d5ed878 |
|
MD5 | 4525db40a8fddce5d7f5287ed47ff474 |
|
BLAKE2b-256 | d90ebdcb96bb43795e49909ea428cc887f9478222fd7432f3c29691d9a09a4e9 |