Spotify Downloader Telegram Bot is a Telegram bot for downloading Spotify songs (from YouTube if a match is found).
- This project is for educational purposes only.
- It does not host or distribute any copyrighted content.
- The bot searches for publicly available YouTube videos based on Spotify metadata.
- The authors are not responsible for how this project is used.
- Python 3.12
To install, execute the following commands:
git clone https://github.com/EXG1O/Spotify-Downloader-Telegram-Bot.git
cd Spotify-Downloader-Telegram-Bot
git checkout $(git describe --tags --abbrev=0)
python -m venv env
source install.sh
To run the bot, run the following command:
python main.py
This repository is licensed under the MIT License.