taspinar / twitterscraper

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

Scraper still working ? #298

Closed AlexBietrix closed 4 years ago

AlexBietrix commented 4 years ago

I am using the scraper since a few weeks for a project. The program was working fine, however since yesterday I am not able to retrieve data from Twitter anymore...

For instance when I am using the example : twitterscraper Trump --limit 1000 --output=tweets.json I got 0 tweets.

Same when using query_user_info, I got now NoneType object.

Did Twitter fix something about scraping with BeautifulSoup ?

Thanks for your answer and help.

Best regards, Alex Bietrix

mardiaz353 commented 4 years ago

I ran into the same issue.

GivenToFlyCoder commented 4 years ago

Maybe is the same issue reported and solved here:

https://github.com/taspinar/twitterscraper/issues/296

AlexBietrix commented 4 years ago

Maybe is the same issue reported and solved here:

296

Yes thank you ! It works now to retrieve the tweets. However I get this error when I want to have user info, using query_user_info : local variable 'user_info' referenced before assignment

christ182 commented 4 years ago

Maybe is the same issue reported and solved here:

296

I tried this solution today. It does not seem to work anymore

barabelha commented 4 years ago

296 does not work anymore. I tried today and keep receiving the same thing "0 tweets"

romit-actuarial commented 4 years ago

Yea, #296 stopped working. Would be great if someone can help!

Thanks!

lapp0 commented 4 years ago

Please try this and let me know how it works for you https://github.com/taspinar/twitterscraper/pull/302

lapp0 commented 4 years ago

Duplicate of https://github.com/taspinar/twitterscraper/issues/296

zhicheng0501 commented 4 years ago

Maybe is the same issue reported and solved here:

296

Yes thank you ! It works now to retrieve the tweets. However I get this error when I want to have user info, using query_user_info : local variable 'user_info' referenced before assignment

have you solved the problem?