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.62k stars 77 forks source link

Decouple API and presentation code #9

Closed dangeredwolf closed 2 years ago

dangeredwolf commented 2 years ago

Currently FixTweet sets headers and stuff directly within the code, which is problematic in terms of developing an open API for it.

This work will happen in the api branch (https://github.com/dangeredwolf/FixTweet/tree/api) and won't be deployed until it is stable. FYI canary.fxtwitter.com is used for the test version of the worker, zero guarantees about it working at any given time though.

dangeredwolf commented 2 years ago

this is done so closing now!