This is a script to add your local mp3 files to your spotify playlist.
To configure this project you'll need to:
- create a virtual environment using:
python -m venv my-venv
- run the virtual environment:
./venv/Scripts/activate
or source /venv/bin/activate
for Linux
- install the dependencies using:
pip install -r requirements.txt
- create a .env file and update it with your client id and secret that you get from here:
cp .env.dev .env
Finally run:
python3 spotify.py <path/to/your/music/folder>