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
- Host: GitHub
- URL: https://github.com/masterivanic/spoti_down_app
- Owner: masterivanic
- Created: 2022-12-29T03:20:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T20:37:56.000Z (over 1 year ago)
- Last Synced: 2025-07-30T19:17:47.890Z (11 months ago)
- Topics: python3, spotify-api, sqlite, xlsx
- Language: Python
- Homepage:
- Size: 5.73 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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
```