This application looks on your currently most listened songs and create a playlist of recommendations about one of the songs picked randomly.
The popularity is set to minimum value so you can discover new upcoming bangers 😇
- Make sure to create a
.envfile with your credentials (see the.env.examplefile) - Install the requirements with:
pip install -r requirements.txt
- Execute with the number of songs you want on your playlist (50 is max due to Spotify API recent tracks):
python3 main.py -n NUMBER_OF_SONGS
