A simple CLI tool to fetch song lyrics using the Genius API.
-
Clone the Repository:
git clone https://github.com/a9irudhh/findlyrics.git cd findlyrics
-
Copy the Script to
/usr/local/bin
:sudo cp findlyrics /usr/local/bin
-
Make the Script Executable:
sudo chmod +x /usr/local/bin/findlyrics
-
Restart Your Terminal.
-
Install Required Dependencies:
pip install -r requirements.txt
Run the command:
findlyrics "song_name" "artist"
findlyrics "Shape of You" "Ed Sheeran"
Replace API_HERE
in the script with your Genius API token.
Feel free to open issues or submit pull requests!