/videomerge_bot

Telegram bot made in Python to merge videos.

Primary LanguagePythonMIT LicenseMIT

Videomerge Bot

Telegram bot made in Python to merge videos.

Instalation

  • Install Python requirements in requirements.pip file.
  • Install ffmpeg 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=<TELEGRAM_TOKEN>