Skip to main content

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 to AllAgencies

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.5.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

uiuc_apartments-0.0.5-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file uiuc_apartments-0.0.5.tar.gz.

File metadata

  • Download URL: uiuc_apartments-0.0.5.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for uiuc_apartments-0.0.5.tar.gz
Algorithm Hash digest
SHA256 2c2d7dd9475f22b6f42593bc43e4eec9930d14c2f5f473899b1ee140b25e9a28
MD5 c6940a0b0ed8e8859c4677024ea8b51f
BLAKE2b-256 66ee135b4f6ccd65ff0b5bc16d6d78fbd1fa273cc6e09bfc8697bffe90156c4e

See more details on using hashes here.

File details

Details for the file uiuc_apartments-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for uiuc_apartments-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 fafdfb369ae2593fc137d34784913215a012c62b149b287e14ded5b2cb73229e
MD5 6c5d443b0f7d80a59b6b0e3e14bdd1c7
BLAKE2b-256 509b15a3173e9114eaf0bb611828cdda6693a38b0e4e4c5ef02c2f87e5a431ad

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page