Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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=
```