penn-sdk-python
penn-sdk-python copied to clipboard
Laundry update
- Updated scraper to scrape homepage instead of different pages for each hall
- Added option to request multiple halls
- Removed broken code
Endpoint is still slow after only retrieving data once. Retrieving multiple halls is currently O(n^2), but could be refactored to be O(n). Since HTML parsing might be a relatively expensive operation, this might be why this endpoint is still slow.