osome-iu / botometer-python

A Python API for Botometer by OSoMe
https://botometer.osome.iu.edu
MIT License
371 stars 59 forks source link

TypeError: user_timeline() takes 1 positional argument but 2 were given #67

Closed shiwangsimba closed 2 years ago

shiwangsimba commented 2 years ago

image

how to solve this problem

shiwangsimba commented 2 years ago

image

image

filmenczer commented 2 years ago

See https://github.com/IUNetSci/botometer-python/issues/66

shiwangsimba commented 2 years ago

Thank you, this problem is solved after lowering the version of tweepy, but a new problem appears:

image

yang3kc commented 2 years ago

It seems tweepy is having trouble accessing the Twitter API. I would recommend creating an issue in tweepy's repository.

shiwangsimba commented 2 years ago

Yes, they seem to be solving this problem, see https://github.com/tweepy/tweepy/issues/1606