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

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for uiuc_apartments-0.0.6.tar.gz
Algorithm Hash digest
SHA256 267b13c0324377fd0302024658a8d8af9282a2a9aa03556f74b7f9c6e0eaf6f7
MD5 eb7c3bde55f59582e2332291ede7907f
BLAKE2b-256 3cccead2c951098935133bf697133e9158c63fccab237ee29b6dfa5dd3fd0fd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for uiuc_apartments-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 52984ddd29b15b050a4382a21b8f2d4cd9ff52d2b6317ca1af255717b1f4feaa
MD5 0f0a3328770278d2aabec93d87c679c9
BLAKE2b-256 ad07f6e76cfc5c1665a61514aee931600475c8fcc151df56d590fa656eea5533

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