1 unstable release
0.1.1 | May 24, 2022 |
---|---|
0.1.0 |
|
#761 in Audio
370KB
217 lines
Contains (DOS exe, 155KB) src/main.exe
spotify_downloader
Spotify application setup
- Visit the Spotify Developer portal
- Create an app
- Copy the Client ID and Client Secret for later use
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)
Dependencies
~10–19MB
~237K SLoC