I made this tool since I don't like sorting my Spotify playlists on the phone app, but I might add other functionalities to it.
To get a local copy up and running follow these simple steps.
- Python 3 🐍
- A Spotify app (create it here)
- (optional) pipenv
1- Clone the repo :
$ git clone https://github.com/Aymane11/spotify-manager.git
2- Install requirements :
$ cd spotify-manager
$ pipenv install
or
$ pip install -r requirements.txt
3- Rename .env.sample
and change it with your APP details
4- Run the project :
$ python main.py
- Fork it 🍴
- Change it 🔧
- Open a Pull Request 🔃