A program to download lyrics from Google/Genius API
Go to file
iratusmachina 38f64dcb92 Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
internal/cmdline Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
.gitignore Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
LICENSE Adding LICENSE 2024-02-03 17:43:09 -05:00
Makefile Adding simple Makefile 2024-02-03 17:43:07 -05:00
README.md Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
go.mod Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
go.sum Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
main.go Adding LICENSE 2024-02-03 17:43:09 -05:00

README.md

Lyricdownloader

This program is used to download lyrics for a song from the internet. The steps of operation are shown here:

  1. It first opens a chrome window, searches for the lyrics , and copies the lyrics returned by Google Search to a file defined by you.
  2. It then tries to get search for the same song using the Genius API. It then tries to compare the lyrics with the Genius one.

Caveats

This program requires chrome to use, that is, you should have chrome installed to use this program.