This project is a Telegram bot built using Python and the python-telegram-bot
library.
Bot can download and send you audio from different youtube videos.
-
Clone the repository:
git clone https://github.com/lravenclaw/melody-master-bot.git cd melody-master-bot
-
Install the required Python packages:
pip install -r requirements.txt
-
Create a
.env
file to store your bot token and etc. -
Start app:
python3 main.py