TwitterScraper
TwitterScraper copied to clipboard
Scrape a User's Twitter data! Bypass the 3,200 tweet API limit for a User!
Fixes #9 and "TypeError: can't subtract offset-naive and offset-aware datetimes" when getting day range. This is my first pull request so I apologize if I did something wrong
After a fresh `git pull` I'm seeing this error when trying to run the scraper, including with the example in the Readme: > ./scrape.py -u phillipcompeau --by 14 --since 2018-01-01...
When I run via `./scrape.py -u uaitabao` it works perfectly, but when I try to run via `./scrape.py -u stakehighroller` it only shows this text at the prompt but nothing...
Hi. I'm trying to run this script through a Linux subsystem on Windows 10 (Ubuntu). I am getting the following timeout error when trying to connect. ``` ./scrape.py -u OtogibaraEra...
Hey, thanks for the project! The free subscription tokens envoke the following error: `You currently have access to Twitter API v2 endpoints and limited v1.1 endpoints only. If you need...
## TODO: The debug mode could be augmented by adding in more logging throughout all the code and allowing the debug flag to set the verbosity of the output
## Context I noticed when running in `--debug` mode that the browser will re-direct to https://twitter.com/i/flow/login until the user logs in. Not sure what to do about this... ## Possibilities...