- Setup virtualenv
$ virtualenv env
$ source env/bin/activate
$ python setup.py develop
- Start ngrok
- Go to GitHub > Settings > OAuth applications > Developer Applications > Register new applications, input "/cb" to Authorization callback URL
- Save the
Client ID
andClient Secret
to settings.json - Run
python server.py
orapoy
- Open your ngrok url, e.g.
https://xxxxxxxx.ngrok.io
(You must use this url instead oflocalhost:8888
otherwise cookies will not work)