Fluid Playlist is a library to build fluid playlists in Spotify, a playlist that changes gradually the musics rhythm and energy. The goal is to provide the user with a playlist that is built without abrupt changes. Playlists can be built using the user saved songs and featured tracks from around the world. You can checkout the demo here.
You can install Fluid Playlist with:
pip install fluidplaylist
We recommend using a virtual environment.
Building a simple fluid playlist should be as simple as:
from fluidplaylist import fluid
fluid_p = fluid.FluidPlaylist('YOUR_CLIENT_ID', 'YOUR_CLIENT_SECRET', 0.1, "Your Fluid Playlist", "http://localhost:8000")
fluid_p.set_spotify_access_token_through_terminal()
fluid_p.build_fluid_playlist()
If you'd like to contribute feel free to open a Pull Request and I will review it as soon as possible.
Please report any bugs and enhancement ideas in the issue tracker:
https://github.com/LTMenezes/fluid-playlist/issues
Feel free to also ask questions on the tracker.
- Leonardo Teixeira Menezes