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.64k stars 2.72k forks source link

c.Limit doesn't seem to work properly #1404

Closed charliehawco closed 2 years ago

charliehawco commented 2 years ago

~Have found that if I miss out c.Limit, it brings back all tweets (or however many you can bring back at any one time), but if I specify "c.Limit = 1" then it brings back... a couple? i.e. four or five?~

EDIT - I didn't realise that .Limit went in increments of 20.