Telegram bot that allows user to convert any media files to any formats
- Python 3.11 or higher
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
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
- Convert GIF into video
- Systemd .service file