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

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: uiuc_apartments-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 74d1a4982dc5fde29e2de00b86d2f0ae4daa5e21dcf57f12e34839258ab144a1
MD5 628a33888693e0d4c4240f7a0ff8eb72
BLAKE2b-256 5d549dd52c1a07b6ea9852408a6e41f26a52d2f2367b95bc8b60d72603db34e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uiuc_apartments-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 2128b6c9920ea91a20f51fe4956b5b5705d8bfd7603f6888cd7dc3c05b4a0e5c
MD5 e35439a9bf7f57316bc69c2123231f97
BLAKE2b-256 9ddd3d021f90a99cc37ca1e3c6b7fe7a9fd4e1d217d786011bc7f2482dbf2d1e

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