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.
~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.
~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.