Un bot Telegram puissant pour télécharger des musiques et playlists Spotify en MP3 directement depuis YouTube. 🎶✨
- Télécharger Python 3.7 : python.org/downloads/release/python-3710
- Pendant l'installation :
- Cocher "Add Python to PATH"
- Choisir "Custom installation"
- Installer pour tous les utilisateurs
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.7 python3.7-venvbrew install pyenv
pyenv install 3.7.16
pyenv global 3.7.16git clone https://github.com/Tiger-Foxx/Spotify-me.git
cd Spotify-mepy -3.7 -m venv fox_env
fox_env\Scripts\activatepython3.7 -m venv fox_env
source fox_env/bin/activatepython -m pip install --upgrade pippip install -r requirements.txtCréer un fichier .env à la racine :
TELEGRAM_TOKEN=VOTRE_TOKEN_ICIpython main.py- Cliquer sur ce bouton :
- Ajouter les variables d'environnement :
TELEGRAM_TOKEN: Votre token de botPYTHON_VERSION:3.7.16
- Créer un nouveau Web Service
- Configurer :
- Runtime : Python 3.7
- Build Command :
pip install -r requirements.txt - Start Command :
python main.py
- Ajouter les variables d'environnement
docker build -t telegram-spotify-downloader .
docker run -d -e TELEGRAM_TOKEN=VOTRE_TOKEN telegram-spotify-downloaderModifier config.json :
"AUTH": {
"ENABLE": true,
"PASSWORD": "VotreMotDePasse"
}- Téléchargement de :
- ✅ Chansons individuelles
- ✅ Albums complets
- ✅ Playlists entières
- ✅ Discographies d'artistes
- SpotDL (Python)
- SpotifyDL (JavaScript)
- Support multi-plateforme
- Déploiement facile
- Affichage progression
- Interface web
🐾 Développé avec amour par Tiger-Foxx ! 🦊🔥
