Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 Tweepy 一年了,但现在我遇到了一个我无法解决的问题。
我想发送直接消息:
api.list_direct_messages(100)
但我有这个错误信息:
TypeError: list_direct_messages() takes 1 positional argument but 2 were given
任何想法?谢谢!!!
通过更新到最新版本的 Tweepy 解决了这个问题:
是我的错。现在我正在使用最新的 tweepy 版本并且它工作正常