Find the lyrics of the song you are listening to directly from your Linux terminal. Lyrics are from Genius
- Python 3
- BeautifulSoup
- argcomplete with active global completion: tab completion of arguments
git clone https://github.com/golim/genius
cd genius
chmod +x genius-lyrics
Set an environment variable called GENIUS_TOKEN
with the token you can request here and reboot.
./genius-lyrics
Using pip
:
pip install genius-lyrics
From cloned source code:
sudo cp genius-lyrics /usr/local/bin/genius-lyrics
Due to the stupid search function of genius it may happen that the script finds the wrong song.