Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.
/ gospotdl Public archive

A Golang implemetation of spotdl (Python)

License

Notifications You must be signed in to change notification settings

s1as3r/gospotdl

Repository files navigation

GoSpotDl

A Golang implemetation of spotdl (Python)

I am learning go and thought implementing spotdl would be a good learning experience.

Have a look at the original.

Usage

  1. Get the package

    • $ go get -u github.com/s1as3r/gospotdl
  2. Install the package

    • $ go install github.com/s1as3r/gospotdl
  3. Enjoy

    • $ gospotdl $spotifylink

Alternatively:

  1. Clone this repo

    • $ git clone https://github.com/s1as3r/gospotdl
  2. Build GoSpotDl

    • $ go build
  3. Enjoy

    • $ ./gospotdl $spotifylink

You can also grab the latest release for your os from the releasees page