Skip to content

CLI interace to retrieve song lyrics using Genius API

Notifications You must be signed in to change notification settings

alexkohler/cli-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages