Skip to content

How to crawl schedules

Justin Uberti edited this page Sep 19, 2021 · 1 revision

Crawling the new schedules from 411 to epschedule is simple!

Run python3 scripts/date_schedules.py. This will put the data from 411 into the master_schedule.json file. Commit and push this to GitHub, and it will be put into the bucket in Google Cloud (which is where epschedule actually gets its data from).

You can also run python3 scripts/upload_master_schedule.py to manually upload the data to Google Cloud if needed.