MENTALISTA07 / telegram-music-downloader-bot

YouTube Music Downloader Bot for Telegram

Home Page:https://t.me/TLMusicDownloader_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Music Downloader Bot

A Telegram bot to download music from YouTube. Click @TLMusicDownloader_bot to use.

⬇️ Installation

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 dependencies

  • Install telepotpro framework

      pip3 install telepotpro
    
  • Install youtube-dl

     pip3 install youtube-dl
    
  • Install youtube-search-python

     pip3 install youtube-search-python
    

πŸš€ Setup the bot

  1. Get the token from @BotFather

  2. Insert your token in the sample.env file

    TOKEN = "INSERT_YOUR_TOKEN_HERE"
  3. Rename sample.env to .env

  4. Start the bot

    python3 bot.py

πŸŸͺ Deploy on Heroku

Deploy

πŸ“· Screenshot

Screenshot

About

YouTube Music Downloader Bot for Telegram

https://t.me/TLMusicDownloader_bot

License:MIT License


Languages

Language:Python 94.5%Language:Dockerfile 4.4%Language:Shell 0.6%Language:Procfile 0.5%