spotify-manager
October 3, 2021 ยท View on GitHub
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.
Built With
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- Python 3 :snake:
- A Spotify app (create it here)
- (optional) pipenv
You can use any virtualenv tool, use the requirements.txt file to install requirements.
Usage
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
Contributing
- Fork it :fork_and_knife:
- Change it :wrench:
- Open a Pull Request :arrows_clockwise: