Skip to content

abiicodes/get-artist-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get-artist-lyrics

About

I do not own the lyrics and images, this work is for educational purposes.

The script helps to get all lyrics from an album by Artist. The current example uses Taylor Swift albums.

Screen Shot 2022-07-23 at 4 27 03 PM

Setup

  1. Go to API Client Genius.
  2. Generate an Access Token.
  3. Copy the Access Token here.
  4. Change Artist name here.
  5. Add albums name here.
  6. Go to Images and add album images, add it with the following format:
    • If your album name is: "Red Taylor's version"
    • Then, you should save your image as folllows: "redtaylor'sversion.jpg"
  7. Add colors here, albums names should mach in both here and with colors keys.
  8. You can check this link to see more colors in RGB format.
  9. Run py main.py, python main.py, or python3 main.py.

Future Updates

  • Delete duplicated songs.

  • Format song names.

  • Add validations.

About

Get all album lyrics using GENIUS API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages