Skip to content

gieseladev/glyrics

Repository files navigation

gLyrics

GoDoc Go Report Card

Overview

gLyrics is a library for extracting lyrics from websites. It also comes with built-in support for searching for lyrics using the google custom search API (Note: Requires API token).

It comes with a command line tool with the same name which uses the gLyrics API to show lyrics.

Installation

go get github.com/gieseladev/glyrics/v3

Command Line Tool

TODO