bdkiran / Lyragen

Python Tool to Populate Elastic-search with Lyrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyragen

Lyragen is a python tool to used to aquire song lyrics from AZ lyrics. After fetching the lyrics, they are then indexed in an elasticsearch database.

Usage

After downloading the code. There is a file named data.json. To add songs, add entries to the json document with the following structure

{
    "artist": "artist name",
    "title": "song name"
}

Dependencies

Utilizes azapi, a library that scrapes AZ Lyrics

About

Python Tool to Populate Elastic-search with Lyrics


Languages

Language:Python 100.0%