Skip to content

dusmartijngames/GeniusLyricsAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genius Lyrics API (not-official)

This API is made to search and parse lyrics from the web. The Genius library should provide all the songs your users will ever search for. It uses genius's embed page to load lyrics without getting rate-limited, and caches every parsed lyrics and search results (runtime).

Easy to use!

Just create a new GLA object and start with the search(String) method ;)

Download

Gradle

dependencies {
   implementation 'com.github.dusmartijngames:GeniusLyricsAPI:1.0.0'
}

repositories {
    maven { url 'https://jitpack.io' }
}

Maven

<dependency>
    <groupId>com.github.dusmartijngames</groupId>
    <artifactId>GeniusLyricsAPI</artifactId>
    <version>1.0.0</version>
</dependency>
<repositories>
  <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
  </repository>
</repositories>

Disclaimer

This repository is for research purposes only, the use of this code is your responsibility.

I take NO responsibility and/or liability for how you choose to use any of the source code available here. By using any of the files available in this repository, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again, ALL files available here are for EDUCATION and/or RESEARCH purposes ONLY.

About

A Java API to find and parse lyrics from genius.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%