twitter_scraping icon indicating copy to clipboard operation
twitter_scraping copied to clipboard

Grab all a user's tweets (and get past 3200 limit)

Results 23 twitter_scraping issues
Sort by recently updated
recently updated
newest added

If, like me, you need the tweet text, you don't even need to use tweepy. In the same way as the IDs are queried for, the text can be extracted...

![image](https://user-images.githubusercontent.com/47827439/56169689-3bf88800-5fdf-11e9-9fbf-738440efe00f.png) does anyone know what I'm doing wrong? Thanks a lot

is it possible to use this script just replacing with another browser?

Ive followed all steps but when I'll get the meta data there's a issue. python3 get_metadata.py Traceback (most recent call last): File "get_metadata.py", line 25, in with open('all_ids.json') as f:...

Please see the following error: ``` WebDriverException Traceback (most recent call last) in () 14 # only edit these if you're having problems 15 delay = 1 # time to...

The code works fine except it doesn't show extended text. Is there a way around to get the full text.

Wouldn't this script be a lot faster if it loaded by chunks of weeks or months rather than everyday? e.g. Current behaviour: - 2018-01-01 to 2018-01-02 - 2018-01-02 to 2018-01-03...

I get an error while running scrape.py. I continuesly gives to same error i think it gives the error if the number of tweets is too much for a day....

You no longer need to edit scrape.py to search for another user or to change start or end date. Now you simply use the args `-u`,`--since` and `--until` followed by...

Hey, Trying to get most recent 1000 tweets from user and would like to go backwards, from most recent to the oldest, until either you git the end date or...