On Heroku at: http://spis16-oauth-and-pymongo.herokuapp.com/
Requires:
pip install --user Flask-OAuthlib
pip install --user PyGithub
pip install --user pymongo
pip install --user flask_pymongo
The --user
is only for ACMS accounts: leave off the --user
if running on your own PC.