I have followed this tutorial to authenticate to the Github API using Python.
Though, for me it doesn't work, when I go to localhost:5000 I'm getting a "this webpage is not available" message. it just says that it's started at localhost:5000 and returning no errors after I executed python github.py
. My directory/file tree looks like:
-templates
-login.html
-about.html
-github.py
-github.db
message after executing: python github.py
* Running on http://127.0.0.1:5000/
* Restarting with reloader
What did I do wrong and is there any way I can make this work correctly?
Or, are there any alternatives on authenticating to the Github API using Python? Couldn't find any, but are there?