Table of Content
Spotify always create [only for you] playlist. But, It has limits. First, We can't control when and how it show you. Second, It can only create the genre which you listen the most frequent. You can listen what you want to explore. Third, I want to create a playlist similar to the specific singer ,but only spotify can't do it. Because of these reason, I create my own spotify playlist application to fulfill all these needs.
- Recommend song from your choose
- Recommend similar genre song from an artist
- create playlist
Install the necessary Python packages by running:
pip install re
pip install json
pip install requests-
login spotify for developers - https://developer.spotify.com/dashboard/login
-
click Dashboard to create an app
-
click your app ,and click edit setting then add http://localhost:8888/callback/ in Redirect URIs
-
paste Client ID and Client Secret on account.txt
-
paste your user name on account.txt
-
Run the entry-point script and follow the console instructions:
$ python createplaylist.py
@ChiuAlfredo
and thanks @musikalkemist ,my basic idea is from him
#MIT License