hansott / spotify-backupper
This package is abandoned and no longer maintained.
No replacement package was suggested.
Creates backups of your Spotify library
1.1.1
2018-04-10 21:22 UTC
Requires
- php: ~5.5|~7.0
- dropbox/dropbox-sdk: ^1.1
- kriswallsmith/buzz: ^0.15.0
- nategood/commando: ^0.2.8
This package is auto-updated.
Last update: 2021-04-21 14:46:09 UTC
README
If you like this package, feel free to buy me a coffee ☕️.
Install
Via Composer
$ composer require hansott/spotify-backupper
Usage
$ spotify-backupper --help
--format <argument>
The format for encoding your Spotify library. (json or xml)
--help
Show the help page for this command.
--storage <argument>
The backup storage. (local or dropbox)
--with-collaborative/--with-collab
Whether to include collaborative playlists.
Create a local backup
$ cd my-backup-dir
$ SPOTIFY_ACCESS_TOKEN=yourToken path/to/spotify-backupper
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
Change log
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email hans at iott consulting instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.