twintproject / twint

An advanced Twitter scraping & OSINT tool written in Python that doesn't use Twitter's API, allowing you to scrape a user's followers, following, Tweets and more while evading most API limitations.
MIT License
15.82k stars 2.73k forks source link

[QUESTION] Limit of 3200 Tweets still relevant? #1028

Open lthiet opened 3 years ago

lthiet commented 3 years ago

Description of Issue

In the README.md, it reads :

Can fetch almost all Tweets (Twitter API limits to last 3200 Tweets only);

Is this still relevant for Twitter API v2? I fail to find any mention of it in their documentation.

Many thanks

minimaxir commented 3 years ago

The v2 API doesn't have a user_timeline endpoint yet, which is where the 3200 limit stems from.