willamesoares / lyrics-crawler

Get the lyrics for the song currently playing on Spotify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lyrics-crawler

Say Thanks!

Get the lyrics for the song currently playing on Spotify or search for any song passing its title and artist name in the command line.

Setup

In order to use this script you have to create your own Genius API Access Token and place it into the constants.py

like this TOKEN='YOUR_GENIUS_API_TOKEN'.

Default search

python3 get-lyric.py

Custom search

python3 get-lyric.py [song_title] [artist_name]

About

Get the lyrics for the song currently playing on Spotify

License:MIT License


Languages

Language:Python 100.0%