selenium-twitter-scraper
selenium-twitter-scraper copied to clipboard
This is a Twitter Scraper which uses Selenium for scraping tweets. It is capable of scraping tweets from home, user profile, hashtag, query or search, and advanced searches.
Hello everyone ! Here is the result I get in the CSV for [this tweet](https://twitter.com/PierreMiniggio/status/1788795896634786283) :  My issue is that I want to be able to construct the original...
Hello I was just wondering if the script could be updated to also include pictures/attachment in the output. perhaps through base64 encoding? Thanks.
When I did the ReadMe instructions, it returns following error: Get the code, Install requirement.txt Update env file. Run command -> python scraper --user=@myusername --password=mypassword ``` Loading .env file Loaded...
i note that authenticate using terminal fail, this edit solve the issue
``` Loading .env file Loaded .env file Initializing Twitter Scraper... Setup WebDriver... Initializing ChromeDriver... WebDriver Setup Complete Logging in to Twitter... Login Failed: This may be due to the following:...
Hi! Nice app! There is a way to get all the historical data? something like " -t all " (from -t 50)
I'm getting this error when the login username and password is correct. Tried it across two different accounts and logging in via .env of through the command line
When I try to scrap with following line `python scraper --user=@username--password=password --query="(queryparam) until:2024-05-19 since:2024-04-19" ` It is stucking as you can see in following image:  It cannot continue the...
It does not initialize Firefox driver and gives the following error as: Initializing Twitter Scraper... Setup WebDriver... Initializing FirefoxDriver... Downloading FirefoxDriver... Initializing FirefoxDriver... Error setting up WebDriver: Message: Process unexpectedly...
how to get full tweet that has "load more" option? now is only 280 characters that only scraped thanks