taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.4k stars 578 forks source link

Twitterscraper not working #343

Open bimbaba opened 4 years ago

bimbaba commented 4 years ago

The twitterscraper library not returning any tweets fetched for query_tweets or user modules..

Please help!

lydia1990 commented 4 years ago

Hello, it is the same thing for me help please

magicaltoast commented 4 years ago

Yeap, I tried this library in the past and it was working as expected, but now where the time has come to do something useful with it suddenly I stopped working. I have an issue like the people above, query_tweets don't return anything

bimbaba commented 4 years ago

You can use the GetOldTweets3 python library to fetch tweets as an alternative to Twitter scraper. It’s very fast, easy to implement and gives a more coordinated columns of a tweet object.

Aivi001 commented 4 years ago

Yeap, I tried this library in the past and it was working as expected, but now where the time has come to do something useful with it suddenly I stopped working. I have an issue like the people above, query_tweets don't return anything

Yes, I'm also facing the same issue, got the following error message after "getting 0 tweets":

ERROR: ConnectionError HTTPSConnectionPool(host='twitter.com', port=443): Max retries exceeded with url: /search?f=tweets&vertical=default&q=%23Harami%20since%3A2020-09-02%20until%3A2020-09-04&l=en (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f5a41956710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

GivenToFlyCoder commented 4 years ago

Facing the same issue

LinqLover commented 4 years ago

GetOldTweets3

Does not work either, at least for me. Raises HTTP 404 Errors ... See Mottl/GetOldTweets3#98.

gautampal1947 commented 4 years ago

The twitterscraper library not returning any tweets fetched for query_tweets or user modules..

Please help!

Same issue

xohyun commented 4 years ago

Same issue!! help!!

Altimis commented 3 years ago

All twitter scrapers dont seem to work anymore. I tried to use selenium to simply scrap maximum tweets between two chosen dates for given quiries. Check my work on : Scweet. let me know if you need any clarification.

Abelsihombing commented 3 years ago

Same issue ! Please Help !!!

iSamBa commented 3 years ago

Facing the same issue !