需要一些帮助使用python对github API进行身份验证

时间:2014-10-05 11:41:07

标签: python oauth flask github-api rauth

我已经按照this教程使用Python对Github API进行身份验证。

虽然,对我来说它不起作用,当我去localhost:5000我得到一个“这个网页不可用”的消息。它只是说它是在localhost:5000开始并且在我执行python github.py后没有返回任何错误。我的目录/文件树如下所示:

-templates
 -login.html
 -about.html
-github.py
-github.db
执行后的

消息:python github.py

 * Running on http://127.0.0.1:5000/
 * Restarting with reloader

我做错了什么,有什么方法可以让我的工作正常吗?

或者,有没有其他方法可以使用Python对Github API进行身份验证?找不到,但是有吗?

1 个答案:

答案 0 :(得分:0)

文件夹名称区分大小写。您已将文件夹命名为Templates,但Flask正在寻找名为templates的文件夹。