Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasj/telegram-mediaembed

Telegram bot which converts Reddit mediaembed URLs to embedded videos
https://github.com/dasj/telegram-mediaembed

bot embed mp4 reddit telegram

Last synced: about 1 month ago
JSON representation

Telegram bot which converts Reddit mediaembed URLs to embedded videos

Awesome Lists containing this project

README

        

# mediaembed Telegram bot

[This bot](https://t.me/mediaembedbot) converts Reddit mediaembed URLs to embedded videos.

The code is based on MikeWent's [webm2mp4](https://github.com/MikeWent/webm2mp4) bot.

## Installation

1. Install `ffmpeg`, `youtube-dl`, `python3-pip` to your system
2. Run `pip3 install --user -r requirements.txt`
3. Put your Telegram bot token to `token.txt` file

Instead of step 1 and 2, you can use `nix-shell` if you have Nix.

## License

MIT