Telegram bot which converts youtube video to telegram audio.
Uses python3, yt-dlp, ffmpeg, python-telegram-bot, docker and docker-compose.
The original idea: https://github.com/Spmart/YTAP-Bot
- Create your own bot via Bot Father in telegram
- Clone this repo
git clone https://github.com/alvicsam/ytap-python
- Place bot token in
docker-compose.yml
:
environment:
- BOT_TOKEN=<place_your_token_here>
- Run docker compose:
docker-compose up -d --build