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

When I run the scrape.py, the final JSON created is blank without any ids in it. It was working last week. Does anyone know how to solve it?

Per https://github.com/bpb27/twitter_scraping/issues/23 h/t to @rougetimelord

Twitter has updated how they format the `src` parameter, they no longer use `...&src=typd`. The correct format is `...&src=typed_query`.

Doest work in 2021, somebody know what is it? i think its url

Hi! Would you add a license to this?

![twee](https://user-images.githubusercontent.com/45843778/80557352-9c692600-89a4-11ea-9245-8f8c4bd84a0a.png) I tried increasing the delay as well

Accounts like https://twitter.com/jackiec57 are unscrapible in search, unless the user has logged into the browser, and turned off sensitivity. Scrapy can't scrape it as it does not allow cookies, can...

Hi! Thank you so much for this - I really hope it works, I've tried, coded, and searched the internet for a solution and so far, yours seems to be...

Hi it seems that the search result does not return retweets although the request contains include:retweets Any idea? has Twitter called off this kind of requests?