From 75c197dd896eb575df5094ffcf9a31ae836a76cb Mon Sep 17 00:00:00 2001 From: Regson Do Rego <32569720+RegsonDR@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:29:16 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d71cc96..cb46814 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # spotify-save-playlists-daily [![Save songs](https://github.com/RegsonDR/spotify-save-playlists-daily/actions/workflows/save.yaml/badge.svg)](https://github.com/RegsonDR/spotify-save-playlists-daily/actions/workflows/save.yaml) -This script automatically saves any of your playlists that have been generated & refreshed by Spotify, e.g "Discover Weekly". The songs from your temporary playlists are saved into a permanent playlist, using the Spotify API ([Authorization Code Flow](https://developer.spotify.com/documentation/general/guides/authorization/code-flow/)). The automation is powered by [Github Actions](https://docs.github.com/en/actions) and executes automatically everyday depending on your [playlist config](#4-playlist-configuration). Historically, this repository was created and used for automatically saving only the "Discover Weekly" playlist but it has now been extended to support multiple playlists on multiple days ([#3](https://github.com/RegsonDR/spotify-save-playlists-daily/pull/3)). +This script automatically saves any of your playlists that have been generated & refreshed by Spotify, e.g "Discover Weekly". The songs from your temporary playlists are saved into a permanent playlist, using the Spotify API ([Authorization Code Flow](https://developer.spotify.com/documentation/general/guides/authorization/code-flow/)). The automation is powered by [Github Actions](https://docs.github.com/en/actions) and executes automatically everyday depending on your [playlist config](#4-playlist-configuration), playlists can be saved on a daily basis, or weekly based on certain specified days. Historically, this repository was created and used for automatically saving only the "Discover Weekly" playlist every week but it has now been extended to support multiple playlists on multiple days ([#3](https://github.com/RegsonDR/spotify-save-playlists-daily/pull/3)). ---