Closed NewCTwo closed 5 years ago
You have to specify the --resume
/config.Resume
option passing the id of the last tweet
Might happen that Twint finds "hidden tweets" and so breaks. In this case you have to specify a date-range (with since
and until
) and move from window to window
You could even just search via Twitter Advanced Search and pick ids from there
Twint automatically detects if a file already exists and so, in this case, the data will be appended and nothing overwritten
Yeah, config.Resume =
worked.
Great to see it working!
Initial Check
pip3 install --upgrade -e git+https://github.com/twintproject/twint.git@origin/master#egg=twint
;Description of Issue
After about 10 minutes of scraping, twint crashes. How can set it to pick up where it left off when I restart the script?
Error
Environment Details
Pythonn 3.6 on Ubuntu 18.04