ReznikovRoman / spotify-weekly-saver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Weekly Saver

Archives your Discover Weekly playlists

Links

Environment variables:

SPOTIFY_WEEKLY_SAVER_CLIENT_ID="<spotify-app-client-id>"
SPOTIFY_WEEKLY_SAVER_CLIENT_SECRET="<spotify-app-secret>"

Makefile commands:

# Generate requirements.*.txt files
make compile-requirements

# Sync requirements.`example`.txt environment with the requirements.txt
make sync-requirements

Startup Script

Create run.sh file (reference: run.example.sh)

About


Languages

Language:Python 87.8%Language:Makefile 7.5%Language:Shell 2.8%Language:Batchfile 1.9%