@cloud-archiver/spotify

Cloud archiver helps you to backup data from different cloud services. This plugins is intend to work with spotify.

Usage no npm install needed!

<script type="module">
  import cloudArchiverSpotify from 'https://cdn.skypack.dev/@cloud-archiver/spotify';
</script>

README

cloud archiver

Cloud archiver helps you to backup data from different cloud services. This plugins is intend to work with spotify.

setup

Install the plugin into your cloud archiver configuration directory.

$ npm install --save @cloud-archiver/spotify

Edit your configuration to load the plugin and set your developer keys.

plugins: [
// ...
  require('@cloud-archiver/spotify')
// ...
]

spotify: {
  key: '...',
  secret: '...'
}

To backup any private playlists you will need to authenticate yourself.

$ node_modules/.bin/cloud-archiver spotify:auth

After you vist the link printed by this command and log into your spotify account all api requests will be done as your account.