Minimal fork of https://github.com/Twxtter/Twxtter-main meant for embedding alongside Nitter
This repository has been archived on 2022-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2021-07-05 22:30:16 -05:00
__pycache__ Too Init To Quit 2021-07-03 18:52:30 -05:00
static/css Too Init To Quit 2021-07-03 18:52:30 -05:00
templates Made the template more generic to work with other vid types potentially 2021-07-05 11:12:59 -05:00
LICENSE.txt Too Init To Quit 2021-07-03 18:52:30 -05:00
links.json Added a link cache system to increase speed and cut way down on time spent downloading / hitting the twitter api call limit 2021-07-04 04:40:22 -05:00
readme.md Updated the readme, started work on seperating things into functions to attempt to work with other sites 2021-07-05 11:02:17 -05:00
requirements.txt obligatory fix commit for the stuff I didn't get right the first time 2021-07-03 19:08:19 -05:00
twitfix.py Added embed message for blank url 2021-07-05 22:30:16 -05:00

TwitFix

very basic flask server that fixes twitter embeds in discord by using youtube-dl to grab the direct link to the MP4 file and embeds the link to it in a custom page

This does work! but I'm new to flask, so it can probably be improved a great deal.

How to use (discord side)

just put the url to the server, and directly after, the full URL to the tweet you want to embed

I now have a copy of this running on a Linode server, you can use it via the following url http://twtfx.me/<twitter url>

Note: If you enjoy this service, please considering donating via Ko-Fi to help cover server costs

How to run (server side)

this script uses the youtube-dl python module, along with flask, so install those with pip (you can use pip install -r requirements.txt) and start the server with python twitfix.py ( will need sudo if you leave it at port 80 )

By default I have the port set to 80, just cause that's what was convenient for me, but it can easily be changed, either using an environment variable, or changing the bottom line of the script itself

This project is licensed under the Do What The Fuck You Want Public License

Other stuff

Using the /info/<video-url> endpoint will return a json that contains all video info that youtube-dl can grab about any given video

Using /other/<video-url> will attempt to run the twitter embed stuff on other websites videos - This is mostly experimental and doesn't really work for now