1

I have error:

tweepy.error.TweepError: [{'message': 'The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.', 'code': 68}]

What should I do? How can I migrate to new twitter API?

4

1 回答 1

0

看起来你没有使用最新tweepy版本。尝试直接从 github 安装(现在是 2.1 版本):

git clone https://github.com/tweepy/tweepy.git
python setup.py install

希望这就是它。

如果没有,请添加产生错误的代码。

于 2013-06-19T19:44:51.530 回答