Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zehpatricio/videomerge_bot
Telegram bot made in Python to merge videos.
https://github.com/zehpatricio/videomerge_bot
bot telegram-bot video-manipulation video-merger
Last synced: 3 months ago
JSON representation
Telegram bot made in Python to merge videos.
- Host: GitHub
- URL: https://github.com/zehpatricio/videomerge_bot
- Owner: zehpatricio
- License: mit
- Created: 2020-05-20T01:07:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T15:57:54.000Z (over 4 years ago)
- Last Synced: 2024-06-28T18:44:14.370Z (5 months ago)
- Topics: bot, telegram-bot, video-manipulation, video-merger
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 12
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Videomerge Bot
Telegram bot made in Python to merge videos.
# Instalation
- Install Python requirements in `requirements.pip` file.
- Install [ffmpeg](https://ffmpeg.org/) that is used to merge videos.# Runing
To run you need an Telegram Bot API token in an `.env` file in the format:
```
API_TOKEN=
```