A program to download lyrics from Google/Genius API
Go to file
iratusmachina 1ff8fde838
ci/woodpecker/pr/pr/1 Pipeline was successful Details
ci/woodpecker/pr/pr/2 Pipeline was successful Details
fixing errcheck errors
2024-04-20 06:45:34 -04:00
.woodpecker Adding a new flag 2024-04-19 17:23:37 -04:00
internal/cmdline fixing errcheck errors 2024-04-20 06:45:34 -04:00
.gitignore Adding a new flag 2024-04-19 17:23:37 -04:00
LICENSE Adding LICENSE 2024-02-03 17:43:09 -05:00
Makefile Adding a new flag 2024-04-19 17:23:37 -04:00
README.md Able to scrape lyrics from Google Search 2024-02-03 17:43:11 -05:00
generate_notes.py Adding a new flag 2024-04-19 17:23:37 -04: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.