Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

BaelorSwift/import-lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

import-lyrics

Simple tool to import a batch of lyrics into the baelor-api.

Getting Started

  • Create a file called config.json in the root of the repo in the following format
{
  "api_address": "http://<the address of the api>/v1",
  "api_key": "<your baelor api key>",
  "song_id": "<the id of the song you want to add lyrics to>"
}
  • Update the lyrics.txt with the lyrics of the song.
  • Run go run main.go

;)

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages