Skip to content

A wrapper around a webscraper for popular rental agencies on UIUC campus

Notifications You must be signed in to change notification settings

uiuc-apartments/DO_NOT_USE_uiuc_apartments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper around a webscraper for popular rental agencies on UIUC campus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages