There are three parts to this application:
- XML export from Outlook
- Python XML parser and JSON emitter
- JSON API and Websocket server
git clone https://github.com/LACMTA/eventsignage.git
cd eventsignage
virtualenv .
pip install -r requirements.txt
# set up your secret variables by editing mysettings.py
cp mysettings.py.SAMPLE mysettings.py
# start the server on 127.0.0.1:8888
python app.py
cd part_2 ;
python fetch_parse_emit.py
You should now see random Metro-flavored events cycle in the browser. Woo!