penn-sdk-python icon indicating copy to clipboard operation
penn-sdk-python copied to clipboard

Laundry update

Open ymann opened this issue 6 years ago • 1 comments

  • Updated scraper to scrape homepage instead of different pages for each hall
  • Added option to request multiple halls
  • Removed broken code

ymann avatar Mar 17 '18 18:03 ymann

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.

ezwang avatar Jun 10 '18 19:06 ezwang