s1as3r / gospotdl

A Golang implemetation of spotdl (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Golang implemetation of spotdl (Python)

License:MIT License


Languages

Language:Go 100.0%