Skip to content
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

Extension broken #98

Open
selurvedu opened this issue May 25, 2023 · 4 comments
Open

Extension broken #98

selurvedu opened this issue May 25, 2023 · 4 comments

Comments

@selurvedu
Copy link

> GET https://api.twitter.com/2/timeline/conversation/<tweet_id>.json?include_reply_count=1&tweet_mode=extended

< HTTP/2 429 Too Many Requests

{"errors":[{"message":"Rate limit exceeded","code":88}]}
@paulgb
Copy link
Owner

paulgb commented May 25, 2023

Ah, I was wondering how long it would keep going after Twitter shut down their API. Thanks for reporting. Looks like this is the end of Treeverse, unless Twitter opens the API up again.

@selurvedu
Copy link
Author

I thought so. Thanks for creating this extension, and I hope we'll see it working again some day. Of course, if Twitter wouldn't perish by then. :)

@BangyStudios
Copy link

I don't see why this extension needs to use the Twitter API when it can just scrape the page in the browser.

Gonna fork and see what I can do.

@paulgb
Copy link
Owner

paulgb commented Aug 2, 2023

It has never used the official API; it used to scrape the page HTML and then moved to reverse-engineering the internal API. My theory is that when the official API got shut down, everybody turned to reverse-engineering the internal API, so the company started cracking down on that and made it basically impossible to do.

But you're welcome to try, I hope you succeed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants