Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dasj/telegram-mediaembed
- Owner: dasJ
- License: mit
- Created: 2019-03-10T15:25:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-05T13:27:34.000Z (over 5 years ago)
- Last Synced: 2024-11-06T23:45:49.350Z (3 months ago)
- Topics: bot, embed, mp4, reddit, telegram
- Language: Python
- Homepage: https://t.me/mediaembedbot
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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` fileInstead of step 1 and 2, you can use `nix-shell` if you have Nix.
## License
MIT