OldTwitter icon indicating copy to clipboard operation
OldTwitter copied to clipboard

Add-in GIF search compatibility and the ability to see unsend and programmed tweets

Open MarianoKaz opened this issue 2 years ago • 3 comments
trafficstars

Oh, and also the file select button when making a tweet would be nice too! image

MarianoKaz avatar Feb 20 '23 15:02 MarianoKaz

there is file select button already

dimdenGD avatar Feb 20 '23 18:02 dimdenGD

Sorry for necroing this issue, but here's a GET request that gets the list of all the GIFs in Twitter's GIF search feature by search term:

GET /i/api/1.1/foundmedia/search.json?q=your%20search%20term HTTP/1.1
Host: twitter.com
Accept: */*
authorization: Bearer [REDACTED0]
x-csrf-token: [REDACTED1]
Cookie: auth_token=[REDACTED2]; ct0=[REDACTED1];

Replace all the [REDACTED#]'s with the valid tokens. If you just want the "trending gifs", use /i/api/1.1/foundmedia/categories.json instead.

thepwrtank18 avatar Aug 22 '23 20:08 thepwrtank18

api request is not a problem, adding things to my god-awful tweet composer element is, i dont wanna bother with it

dimdenGD avatar Aug 22 '23 20:08 dimdenGD