Skip to content

Telegram bot written with Aiogram 3 that can convert audio/video/pictures to various formats

License

Notifications You must be signed in to change notification settings

krystlepalace/aiogram-converter-bot

Repository files navigation

Media-converter bot

Telegram bot that allows user to convert any media files to any formats

wakatime

Aiogram Python

Contents

  1. Install
  1. TODO

Install

Prequisites

  1. Python 3.11 or higher

Basic startup

If you have FFMPEG in your $PATH, then in FFMPEG_PATH put just 'ffmpeg' Just fill .env and run this commands:

pip install -r requirements.txt
python main.py

Systemd

Replace '.example' from converter-bot.service.example so it's just converter-bot.service. Then just copy service file to /etc/systemd/system/

sudo systemctl start converter-bot.service 

TODO

  1. Convert GIF into video
  2. Systemd .service file