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__.pyand 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.7.tar.gz
(10.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uiuc_apartments-0.0.7.tar.gz.
File metadata
- Download URL: uiuc_apartments-0.0.7.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be085a99a0d261f089b8665bdfb5012bef8c5c6f31e0971ee349c487e310c912
|
|
| MD5 |
d5189a1954f9f8621e9253fc339fd3f3
|
|
| BLAKE2b-256 |
52c848c7cc98d12be73c58a111aab854b94bf71cc499ceadb86432c5b2316a85
|
File details
Details for the file uiuc_apartments-0.0.7-py3-none-any.whl.
File metadata
- Download URL: uiuc_apartments-0.0.7-py3-none-any.whl
- Upload date:
- Size: 16.9 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 |
c492b1152362404fb6716d49f8c8d6ce4ed2eb76a49db075142ef2692a65c812
|
|
| MD5 |
d258a3da04647c4740cdcc2508e97062
|
|
| BLAKE2b-256 |
ba386d9f3c5e4efda06b0d7bd7c38e8ab303cb82c81a316911d13fb7deb0b9a0
|