Socket
Socket
Sign inDemoInstall

github.com/daskol/go.lyrics

Package Overview
Dependencies
0
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    github.com/daskol/go.lyrics

Package go.lyrics defines API clients to internet databases of song lyrics. Also, it contains a CLI utility to fetch lyrics and store locally.


Version published

Readme

Source

Go.Lyrics

lyrics fetcher written in Go for machine learning stuff

Overview

This package provides bindings to some internet databases of lyrics. At present only Genius is supported. Its API client is located here.

Also, there is a CLI tool which allow to fetch lyrics and store it on filesystem. It requires access token that could be issued here. After that one can build utility and fetch all songs of specified artist by artist id. It is allowed to pass multiple artist ids separated with comma.

    go get -u github.com/daskol/go.lyrics/...
    export GENIUS_ACCESS_TOKEN=sdfakp9_dnsdf-_ufndslundlfkbsnd734fNUIbk_DDd
    lyrics --outdir lyrics --artist-ids 1949

Documentation

See documentation on GoDoc.

FAQs

Last updated on 28 Sep 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc