-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twitterscraper was working fine till tuesday but now it shows 0 tweets #299
Comments
Yes me too. Problem is back. Please help ! |
Please share the command you're running, and any input files so I can try to reproduce. |
first installed twitterscraper using pip install twitterscraper. It was working fine till tuesday. but its not working. command that i am working on is: twitterscraper "amazon delivery" -bd 2010-01-01 -ed 2020-05-26 --limit 100000 --lang en --output xyz.json thanks a lot. |
I ran it from origin/master without making any changes to the headers and got 653 results. Could you share the programs full output? |
error.txt |
I'm not sure why I was able to retrieve tweets. It appears other users are suggesting twitter doesn't allow JS disabled. I will try to hack together a selenium solution tonight. |
Okayy.
Thank you so much for your inputs.
…On Fri, Jun 5, 2020, 01:56 lapp0 ***@***.***> wrote:
I'm not sure why I was able to retrieve tweets. It appears other users are
suggesting twitter doesn't allow JS disabled.
#296 (comment)
<#296 (comment)>
I will try to hack together a selenium solution tonight.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#299 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKUJE5HZMQJIZAEC2COPAXLRU77OZANCNFSM4NSO6X2Q>
.
|
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 line in query.py will surely fix this issue. |
@abhisheksaxena1998 thanks a lot .It started working now. |
Duplicate of #296 |
@lubhaniagarwal other users are suggesting that legacy now works, give |
I am facing problem while retrieving tweets with twitterscraper as it was working fine till tuesday but now it shows 0 tweets.
I even tried to clone the git repository and change header list, but still it is not working.
Is there anyway to fix this issue or anything wrong on twitterscraper side.
please help me out !!:((
The text was updated successfully, but these errors were encountered: