alexkohler / cli-lyrics

CLI interace to retrieve song lyrics using Genius API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI lyrics

Lyrics available at command line via

Dependencies

Installable via pip:

  • BeautifulSoup

Usage

Prior to using, you need to add your Genius API key (the authCode variable)

I have this script configured as an alias like so: alias lyrics="python /your/path/to/lyrics.py"

Then, finding lyrics is as simple as lyrics "your song name here"

This script will resolve the search to the first result and print the lyrics.

About

CLI interace to retrieve song lyrics using Genius API


Languages

Language:Python 100.0%