twitter-scraper
twitter-scraper copied to clipboard
Q: Scraping user profiles
I have realized that we are able to scrape tweets through user profiles, however only the verified users return results. Also there are some weird occasions where the script is able to gather tweets from unverified users (but this doesn't apply always).
Has anyone noticed this? And is there a way to gather tweets from anybody no matter what they are verified or not?
Thank you.
Cheers
Just tried unverified profile and've got the tweets without any problems. Can you provide some examples?
I've also found out that scraper.FetchTweetsByUserID
returns empty array for some profiles(ex. C4dotgg). I have no idea what makes the difference, but it seems not about whether the account is verified or not.