from twitter.api import Api
Api = twitter.api(consumer_key='[gdgfdfhgfuff] ',
consumer_secret='[jhhjf] ',
access_token_key=' [jhvhvvhjvhvhvh]',
access_token_secret='[hvghgvvh] ')
friends=Api.PostUpdate("First Tweet from PYTHON APP ")
錯誤給出無法發佈的tweet上蟒蛇3.4和Twitter的API 1.14.2
TTraceback (most recent call last):
File "<pyshell#5>", line 1, in <module>
from twitter.api import Api
ImportError: cannot import name 'Api'
我使用python 3.4和Twitter的API 1.14.2
不要使用'進口*'。 –
@AlexThornton僅僅因爲在他們的示例中使用了該包的文檔而添加了它。 – shaktimaan