spotify_downloader

Crates.iospotify_downloader
lib.rsspotify_downloader
version0.1.1
sourcesrc
created_at2022-05-24 15:41:57.638094
updated_at2022-05-24 15:45:47.360233
descriptionDownloads Spotify playlists
homepagehttps://github.com/MattTheCuber/spotify_downloader
repositoryhttps://github.com/MattTheCuber/spotify_downloader
max_upload_size
id592875
size1,440,055
(MattTheCuber)

documentation

https://github.com/MattTheCuber/spotify_downloader/blob/master/README.md

README

spotify_downloader

Spotify application setup

Setup Environment variables

Replace CLIENT_ID and CLIENT_SECRET with your credentials from

$ $Env:RSPOTIFY_CLIENT_ID="CLIENT_ID";
$ $Env:RSPOTIFY_CLIENT_SECRET="CLIENT_SECRET";

Command Usage

Link and path are required, client id and client secret can be skipped if you setup environment variables

$ cargo install spotify_downloader
$ spotify_downloader <playlist_link> <path> (client_id) (client_secret)
Commit count: 9

cargo fmt