Categorygithub.com/s1as3r/gospotdl
repositorypackage
1.0.1
Repository: https://github.com/s1as3r/gospotdl.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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