Treeverse icon indicating copy to clipboard operation
Treeverse copied to clipboard

Extension broken

Open selurvedu opened this issue 2 years ago • 4 comments

> 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}]}

selurvedu avatar May 25 '23 19:05 selurvedu

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.

paulgb avatar May 25 '23 20:05 paulgb

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. :)

selurvedu avatar May 25 '23 21:05 selurvedu

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.

BangyStudios avatar Aug 02 '23 03:08 BangyStudios

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!

paulgb avatar Aug 02 '23 11:08 paulgb