
![Software License][ico-license]
, (*1)
If you like this package, feel free to buy me a coffee ☕️., (*2)
Install
Via Composer, (*3)
``` bash
$ composer require hansott/spotify-backupper, (*4)
## Usage
$ spotify-backupper --help, (*5)
--format
The format for encoding your Spotify library. (json or xml), (*6)
--help
Show the help page for this command., (*7)
--storage
The backup storage. (local or dropbox), (*8)
--with-collaborative/--with-collab
Whether to include collaborative playlists., (*9)
### Create a local backup
$ cd my-backup-dir
$ SPOTIFY_ACCESS_TOKEN=yourToken path/to/spotify-backupper, (*10)
If you don't know how to get an access token, just run `$ spotify-backupper` without `SPOTIFY_ACCESS_TOKEN` to see instructions.
### Create a backup on Dropbox
$ SPOTIFY_ACCESS_TOKEN=yourToken DROPBOX_ACCESS_TOKEN=yourToken path/to/spotify-backupper --storage dropbox
```, (*11)
Change log
Please see CHANGELOG for more information what has changed recently., (*12)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*13)
Security
If you discover any security related issues, please email hans at iott consulting instead of using the issue tracker., (*14)
Credits
License
The MIT License (MIT). Please see License File for more information., (*15)