This Telegram bot enables users to easily download their favorite music from various platforms including SoundCloud, Spotify, YouTube, and Deezer directly to their devices.
- 🎧 Download high-quality music.
- 🔄 Convert music videos to audio format.
- 📲 Share the downloaded music with your friends.
- 🔍 Search for music across multiple platforms.
- 📋 Queue multiple downloads.
- 🌐 Supports SoundCloud, Spotify, YouTube, and Deezer.
- Clone the repository to your local machine:
git clone https://github.com/yourusername/music-download-bot.git
- Navigate to the project directory:
cd music-download-bot
- Install the required dependencies:
pip install -r requirements.txt or pipenv install
- Navigate to the
config
folder and edit thetemplate_config
file:cd config vim template_config
- Locate the line
token = "123456789:YOUR_TOKEN_GOES_HERE_______________"
and replace with your actual Telegram bot token. - Save and exit the file.
- Start the bot to generate the general configuration:
python core.py
- After the general configuration is generated, restart the bot
python core.py