Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 367 Bytes

dynamic webcal for Stanford Center for Mind, Brain and Computation

small wrapper that parses the HTML for MBC's event page and returns a webcal (which is just ical format).

install with

virtualenv env
env/bin/pip install -r requirements.txt
. env/bin/activate

test with

python app.py

deploy to AWS Lambda with

chalice deploy