This projects creates a playlist on Spotify using a set of artists. The main objective, is build a new playlist Daily with random songs of selected artists.
- MONGODB_HOST=localhost;
- MONGODB_PORT=27017";
- MONGODB_PWD=root";
- MONGODB_USER=root";
- SPOTIPY_CLIENT_ID=<your-spotify_client_id>;
- SPOTIPY_CLIENT_SECRET=<yout-spotify_client_secret>;
- SPOTIPY_REDIRECT_URI=http://localhost:8080
- PYTHONUNBUFFERED=1;
https://developer.spotify.com/dashboard/applications
- MongoDB Connection
- Poetry
- Python 3.9
poetry install
python main.py