-
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
Problem with twitter front-page ban #337
base: master
Are you sure you want to change the base?
Conversation
We've detected that JavaScript is disabled in your browser.
Tested, this worked great for me. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and works for me too
works for me too |
worked for me too, only after patch. |
Works for me, when this changes will be released? |
I don't know about this, I'm just testing today as beginner, every few tweets I got one from https://twitter.com/GamesRedDeer/status/1293568121329061889 This is only happening when |
Can anyone provide a guide for someone new on how to use this commit request? |
click on files tab, then a diff will appear. on the right side, click on
the three dots icon and click on "show file", the full file will load, then
you search the "show raw" and open it, then copy all the content over the
same file on your machine.
python cares for white spaces, that's why you should carefully copy the
exactly file (you can download via wget/curl)
if you are running via docker, you should rebuild the image before running
the command client.
…On Thu, Aug 13, 2020, 21:18 sspartzz257 ***@***.***> wrote:
Can anyone provide a guide for someone new on how to use this commit
request?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#337 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOUQZEE2V5Q5CMNUH2QNETSAR7FDANCNFSM4P44VMMQ>
.
|
Test and works for me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
How I can implement this solution without modifying the module ? |
Worked as well. Thanks! |
This worked a few times, and then I get this error message and only a fraction of my limit.
I also get errors for line 104 and 182 which doesn't resolve until a reinstall twitterscraper and the commit request. Can anyone help? I'm a first time coder. Very, very new to this stuff. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting 0 tweets still after updating this query.py file with the provided changes .
Could anyone please explain how to implement the changes step wise.
Thanks
Thanks! I'm using Query Search with User Search, this work for a while, sometimes i get a lot of tweets and sometimes i get 0 tweets! Sometimes i repeat the searches with the same keywords, Accounts and dates, and a i get different tweets. |
yeah same for me, I put the patch code and apparently the limit parameter doesn't work fine for instance I put "limit = 5" and I retrieve 142 tweets |
don't worry, you have to go here copy the green code lines and replace the red code lines in your query.py file and save it that's all |
Thank you so much, I can do scraping normally, with changing some code on query.py. Actually it is not stable because after succeeding at the first attempt, I got 0 tweets after that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works for me!
Thanks for the PR! Anyone else receiving improper tweets (could be sponsored material) since using this patch? Edit: Hm, the issue is even older. I just opened #342 for it. Still, our number of unmatching tweets has raised significantly since applying this PR ... |
sm-ghavami Issue taspinar#337 Fix
It doesn't work again. Return 0 tweet. |
I confirm that it is not working anymore since this midnight 18-09-2020. |
404 error with init_url, anyone knows how to fix if? INIT_URL = 'https://twitter.com/i/search/timeline?f=tweets&vertical=' |
I get this |
Seems this solution is NOT working again :-( |
Some changes to bypass twitter restrictions