Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 705 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 705 Bytes

Telegram Music Bot

This telegram bot searches for music according to your request and sends it to your chat.



Installation

To get a local copy installed and working, follow these steps:


📁 Clone this repository

git clone https://github.com/lazycatcoder/MusicBot.git

📦 Install dependencies

pip install -r requirements.txt

🔧 Bot setup

- Get the token from @BotFather
- Insert your token:
TOKEN = "INSERT_YOUR_TOKEN_HERE"

🚀 Bot start

python3 MusicBot.py