Skip to content

MalekMneri/mp3-to-spotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a script to add your local mp3 files to your spotify playlist.

Installation

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>

About

creates a spotify playlist from mp3 files in a folder

Resources

Stars

Watchers

Forks

Packages

No packages published