An open API service indexing awesome lists of open source software.

https://github.com/masterivanic/spoti_down_app

python code for manage downloading playlists base on spotify db
https://github.com/masterivanic/spoti_down_app

python3 spotify-api sqlite xlsx

Last synced: about 1 month ago
JSON representation

python code for manage downloading playlists base on spotify db

Awesome Lists containing this project

README

          

# Spotify app management

app made for spotify's playlist management and download your favorite song!

## How-to install

### Requires

- virtualenv install
- python 3.8

### Spotify api keys
- go to [Spotify web api dashboard](https://developer.spotify.com/documentation/web-api)
- SETUP YOUR API KEYS IN VENV VAR

### Installation, initialisation and run

```shell
python -m venv virtual_env_name
pip install -r requirements.txt
source /path-to-activate/
python main.py
```