antotocar34 / weekly_dl

Script to download spotify weekly playlist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple script to download your spotify weekly playlist with the help of spotipy and spotdl.

How to install

  1. git clone https://github.com/antotocar34/weekly_dl && cd weekly_dl
  2. Make a config.json file at $HOME/.config/weekly_dl with the following structure
{
  "SPOTIFY_USER_ID" : "01234567890",
  "SPOTIFY_CLIENT_ID" : "a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2",
  "SPOTIFY_CLIENT_SECRET" : "b3b3b3b3b3b3b3b3b3b3b3b3b3b3b3b3"
}

where SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET are spotify api credentials.

  1. poetry install && poetry run python ./weekly_dl/main.py

About

Script to download spotify weekly playlist


Languages

Language:Python 79.6%Language:Nix 20.4%