我正在尝试使用 python 从用户那里提取推文。这是 3 行代码,但 python 让我很难过。
>>> import twitter
>>> api = twitter.Api()
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
api = twitter.Api()
AttributeError: 'module' object has no attribute 'Api'
最后一行代码是:
>>> status = api.GetUserTimeline('username')
我如何修复第二行的错误。我有 python 3.2.2.3