Skip to content

Python script to retrieve song lyrics via search term on command line. Why is this useful? Who knows!

License

Notifications You must be signed in to change notification settings

deathbots/lyrics-from-cmdline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents


..TOC..

What is it

This is a silly python script that takes an argument, pulls lyrics from chartlyrics.com rest API, combs through SOAP to find the first result, does a horrible thing and parses the html with regex, and returns them to stdout

..TOC..

Why was it created

I was looking for something to populate a screensaver that takes the output of a command ;)

..TOC..

Installation

Developed on Python 2.7.8

..TOC..

How do I use it

run lyrics-puller.py to see usage

..TOC..

Todos

Probably nothing :)

See TODO.md

About

Python script to retrieve song lyrics via search term on command line. Why is this useful? Who knows!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages