A google app script to backup Spotify playlists to Spreadsheet.
- Create Spreadsheet
git clone
docker compose up -d
and enter docker containernpm install
for local developmentclasp login
clasp create --title "Spotify Playlists"
- Select
sheets
- Select
clasp push
- Create Spotify app and get Client ID and Secret
- Set script properties
- Open created Spreadsheet and open App Script
- Go to project settings
- Set script properties
client_id
- Spotify API Client ID
client_secret
- Spotify API Secret
playlist_ids
- Spotify playlist IDs (comma separated e.g.
aaaaaaaaaa,bbbbbbbbbb
)
- Spotify playlist IDs (comma separated e.g.
- Run Script