This is a Telegram bot for audio files conversion.
This bot was created for personal use.
Sometimes I like to play the guitar and often record the result
in a voice message form to work on mistakes and save interesting ideas.
This bot designed to help saving my voice messages in more convenient formats
and also store them in a common database.
Basic functionality:
• Authomatically ability to converse voice message to .mp3 and send .mp3 file back to a bot user.
• Conversions from .ogg to .mp3.
• Other format of conversions and other functionality may be added later...
1) Open project folder
1) Create venv
python -m venv venv
2) Activate venv by:
source /path/to/project/audiotgbot/venv/bin/activate
3) Install python requirements by:
pip install -r requirements.txt
4) Install ffmpeg
apt-get install ffmpeg libavcodec-extra
