FixTweet / FxTwitter

Fix broken Twitter/X embeds! Use multiple images, videos, polls, translations and more on Discord, Telegram and others
https://fxtwitter.com
MIT License
2.52k stars 71 forks source link

Feature: api flag to return raw twitter api response #820

Open mdashlw opened 4 months ago

mdashlw commented 4 months ago

It'd be very helpful if you could do ?raw=true when calling the API and receive the unprocessed tweet object

dangeredwolf commented 3 months ago

One issue with this is that we interact using the graphql API, not the standard twitter api, so even if we did add that, it wouldn't work exactly like you think it might.

mdashlw commented 1 month ago

Graphql response works for me. I think it's fairly stable.