/genius-lyrics-search

Python script for searching lyrics using Genius.com API

Primary LanguagePython

genius-lyrics-search

Search lyrics on https://api.genius.com and return the url.

Requirements and Setup

Example

>>> genius_lrc_url('We are the Champions')
u'https://genius.com/Queen-we-are-the-champions-lyrics'
>>> genius_lrc_url('Somebody to Love')
u'https://genius.com/Queen-somebody-to-love-lyrics'