Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 533 Bytes

Melody Master Bot

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.

Installation

  1. Clone the repository:

    git clone https://github.com/lravenclaw/melody-master-bot.git
    cd melody-master-bot
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Create a .env file to store your bot token and etc.

  4. Start app:

    python3 main.py