Update readme

This commit is contained in:
Casey Chu
2020-10-09 20:29:39 -07:00
parent 5559394e60
commit b0cbd8e242
2 changed files with 6 additions and 2 deletions

View File

@@ -11,7 +11,11 @@ You can run the script from the command line:
or, to get a JSON dump, use:
python spotify-backup.py playlists.json
python spotify-backup.py playlists.json --format=json
By default, it includes your playlists. To include your Liked Songs, you can use:
python spotify-backup.py playlists.txt --dump=liked,playlists
If for some reason the browser-based authorization flow doesn't work, you can also [generate an OAuth token](https://developer.spotify.com/web-api/console/get-playlists/) on the developer site (with the `playlist-read-private` permission) and pass it with the `--token` option.