Skip to content

williamshen-nz/recschedule-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recschedule-website

See https://shen.nz/badminton for live website.

Parses the Open Rec Schedule from MIT's Open Recreation Mazevo Calendar: https://www.mitrecsports.com/work-out/open-recreation/

Note: only badminton is supported for now but it should be easy to extend to other sports.

Installation

Python 3.6+ required. Bash script was tested on Ubuntu 18.04 and Mac OS.

  1. Install the requirements pip install -r requirements.txt
  2. Test the script by running python main.py
  3. If it all works, you can install a crontab to run the script periodically. See example below.
# Run every 30 minutes and output to log
*/30 * * * * cd /home/willshen/recschedule-website && python main.py >> run.log 2>&1

Issues

Contributions are very welcome!

About

(Not so) Simple script to parse the MIT recschedule into a website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published