api = twitter.Api() AttributeError: 'module' object has no attribute 'Api

后端 未结 7 1129
借酒劲吻你
借酒劲吻你 2020-12-17 10:14

I have been trying to write a simple mention grabber to get started with the twitter Api. Howsoever I\'ve been experienceing some difficulties when initializing the Api. Run

相关标签:
7条回答
  • 2020-12-17 10:56

    probably check twython, I have made all neccessary Ouath implementation using requests.

    0 讨论(0)
提交回复
热议问题