taspinar / twitterscraper

Scrape Twitter for Tweets
MIT License
2.39k stars 581 forks source link

Twitterscraper is showing 0 new tweets from today 6 May 2020 1:39 am IST #301

Closed abhisheksaxena1998 closed 4 years ago

zhicheng0501 commented 4 years ago

i came across the same problem

lapp0 commented 4 years ago

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

zhicheng0501 commented 4 years ago

Please try this and let me know how it works for you #302

HEADER = {'User-Agent': random.choice(HEADERS_LIST), 'X-Requested-With': 'XMLHttpRequest'} this works for me really good. thank you all the same.

abhisheksaxena1998 commented 4 years ago

HEADER = {'User-Agent': random.choice(HEADERS_LIST), 'X-Requested-With': 'XMLHttpRequest'}

This make it works in query.py. Thanks man.

zhicheng0501 commented 4 years ago

HEADER = {'User-Agent': random.choice(HEADERS_LIST), 'X-Requested-With': 'XMLHttpRequest'}

This make it works in query.py. Thanks man.

that is great.

lapp0 commented 4 years ago

Thanks @abhisheksaxena1998, I'll incorporate that into #302

Closing because this is a duplicate of https://github.com/taspinar/twitterscraper/issues/296