Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.65 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.65 KB

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.