Skip to content

Aymane11/spotify-manager

Repository files navigation

spotify-manager

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 🐍
  • 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

  1. Fork it 🍴
  2. Change it 🔧
  3. Open a Pull Request 🔃