twitter-scraper
twitter-scraper copied to clipboard
Allow search by date ranges
As documented in #96, you can not access all the tweet account history simply scrolling. There is a limit of around ~800 tweets.
Nevertheless, the search URL allows to specify date ranges. For instance:
https://twitter.com/search?q=from%3Ajcea%20since%3A2015-01-01%20until%3A2015-02-01&src=typed_query&f=live
If we could parse those results...
@jcea Hi,
I tried to scrape tweets with the official provided url https://twitter.com/i/profiles/show/realDonaldTrump/timeline/tweets?include_available_features=1&include_entities=1&include_new_items_bar=true
However, there's no response and return 403 error code, as I mentioned in https://github.com/bisguzar/twitter-scraper/issues/135#issue-622458276. I was wondering if you met the same issue or could you please give me some guidance on it?
Thanks in advance.
I didn't dig the details, but projects like https://github.com/Mottl/GetOldTweets3/ allow to search by date range.
@icmpnorequest , sorry I can not help you.
Please, do not hijack github issues unrelated to your problem.
Thanks.