https://github.com/ppcamp/python-spotify-playlist-maker
It will use a given folder in your computer to generate and populate spotify playlists
https://github.com/ppcamp/python-spotify-playlist-maker
Last synced: about 1 year ago
JSON representation
It will use a given folder in your computer to generate and populate spotify playlists
- Host: GitHub
- URL: https://github.com/ppcamp/python-spotify-playlist-maker
- Owner: ppcamp
- Archived: true
- Created: 2022-05-11T19:18:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T16:58:26.000Z (almost 3 years ago)
- Last Synced: 2025-03-03T05:43:41.416Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spotify music creator
This repository contains a simple script that will read your local repository
and then, it'll create playlists and assign your musics to them.
> As a note, today (05/08/2023) we can use a website for this, see https://soundiiz.com/
```mermaid
flowchart LR
S[[Local Computer]] -- script reads --> Musics
Musics -- that are searched and stored into --> id1[(Spotify Database)]
```
IMPORTANT: this script won't copy your local music
IMPORTANT: this script don't ensure that the musics are correct (the music matching depends only of
spotify algorithms)
IMPORTANT: this script may not work for some musics (if it's some remix or if it don't exist in
spotify db)
Example
## Requirements
- python 3.10
- spotify account
- jupyter server/notebook