Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.37 KB

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