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)). ---