A tool to download Spotify scannable codes for sharing songs, albums, or playlists easily.
- Provide a Spotify content URL.
- (Optional) Specify a custom color for the scannable code.
- The scannable code is downloaded and saved on your computer.
Run the program with the following parameters:
./spotify-scannable-downloader -u "https://open.spotify.com/track/xyz" -c "blue"
cargo run --release -- -u "https://open.spotify.com/track/3Rc5bO1LQjlVPalGDwTsMa?si=69076081249245e0" -c "white"
-u
: Spotify content URL (required).-c
: Code color (optional, default: black).