Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 576 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 576 Bytes

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]