nicojmn / spotify-utils

A set of python scripts to manage spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup

  1. Create a venv and install requirements
pip3 install -r requirements.txt
  1. Create a .env file with the following variables :
SPOTIPY_CLIENT_ID = <client_id>
SPOTIPY_CLIENT_SECRET = <secret>
SPOTIPY_REDIRECT_URI = "http://your/callback"

About

A set of python scripts to manage spotify

License:MIT License