This bot wil download audio files which you are sending to him. Working with youtube, soundcloud and direct files.
- python 2.7
- ffmpeg
- Install dependencies:
make build
- Run:
make run "<token>" "<admin_username>" "<destination_path>"
or using docker:
- Build container:
docker build -t tg-bot:latest .
- Run container:
docker run --rm -v $(pwd)/files:/tg-music-downloader/files -e BOT_TOKEN='<tg_bot_token>' -e BOT_ADMIN='<tg_username>' -e BOT_DESTINATION='./files' tg-bot
This is open-sourced software licensed under the MIT license.
Before sending a Pull Request, be sure to review the Contributing Guidelines first.