This bot converts .webm and .webp links/files to .mp4 videos and .jpg images respectively via ffmpeg.
- Install
ffmpeg
,python3-pip
to your system - Run
pip3 install --user -r requirements.txt
- Run
./bot.py
once to create a config file - Edit
config.json
- Run
install-systemd-unit.sh
script (optionally). Notice:sudo
must be installed and configured.
MIT