A Telegram bot to download music from YouTube. Click @TLMusicDownloader_bot to use.
To get a local copy installed and working, follow these steps:
-
Clone this repository
git clone https://github.com/henriqueclaranhan/telegram-music-downloader-bot.git
-
Enter the project folder
cd telegram-music-downloader-bot
-
Install telepotpro framework
pip3 install telepotpro
-
Install youtube-dl
pip3 install youtube-dl
-
Install youtube-search-python
pip3 install youtube-search-python
-
Get the token from @BotFather
-
Insert your token in the
sample.env
fileTOKEN = "INSERT_YOUR_TOKEN_HERE"
-
Rename
sample.env
to.env
-
Start the bot
python3 bot.py