edoardottt / twitterbot2

Like and retweet your tweets, or search tweets by topic. It stores and serves data with a Flask webapp. 🐦 Live demo running on twitter.com/ai_testing
https://edoardoottavianelli.it
GNU General Public License v3.0
56 stars 8 forks source link

Get the followers value #7

Closed edoardottt closed 2 years ago

edoardottt commented 2 years ago

How to retrieve the followers value ?

edoardottt commented 2 years ago

Using https://pypi.org/project/twitter/ it doesn't seem to support followers api

edoardottt commented 2 years ago

https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids

edoardottt commented 2 years ago

Cursoring and pagination https://developer.twitter.com/en/docs/pagination (only for follower list with more than 5000 results)