
























http://wonderpy.appspot.com/tweets
在我的tweets页面可以看到,我的“真名”和"username"不一样,而这里把我的真名当作了username
在tweets.html中有:
http://twitter.com/{{ twitter_account }}
在main.py中有:
twitter_account = Datum.get('twitter_account')
twitter_password = Datum.get('twitter_password')
api = twitter.Api(username=twitter_account, password=twitter_password)
问题处在哪里呢?
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。