我正试图通过twitpic.com找到一种通过推特发布图片的方法。有一个名为twitpic的python解决方案: https://github.com/macmichael01/python-twitpic
我已经在linux服务器上安装了这个,但我恐怕是python的新手。
用法:twitpic [-h] [-m MESSAGE] consumer_key consumer_secret access_token service_key文件
Python-TwitPic命令行实用程序。
但是,当我使用我的凭据时,它说: twitpic -m bomengids xxxxxxxxxxxxxxxxx ............... T7hDxxxxxxxxxxxxxxxxx ............. Q 324319099-QYRpFFkAtPskJKh .......... bb7c3d68acb6d9。 ............ / root /pics / 1.jpg
追踪(最近一次通话): 文件“/ usr / local / bin / twitpic”,第23行,in service_key = opts.service_key, 在 init 中输入文件“/usr/local/lib/python2.6/dist-packages/twitpic/twitpic2.py”,第139行 self.access_token = oauth.OAuthToken.from_string(access_token) 来自from_string的文件“/usr/local/lib/python2.6/dist-packages/oauth/oauth.py”,第142行 key = params ['oauth_token'] [0] KeyError:'oauth_token'
这是什么意思?我该如何解决这个问题?答案 0 :(得分:0)
README.md文件(https://github.com/macmichael01/python-twitpic/blob/master/README.md)说 “”命令还需要使用python-2.7。“。从回溯中我看到你使用的是Python 2.6版。这可能是问题。