Skip to content

Simple lua script to get lyrics for a song directly from google

Notifications You must be signed in to change notification settings

T-vK/getLyricsFromGoogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

getLyricsFromGoogle

Simple Lua script to get the lyrics to any song directly from google

Example Usage

See getLyricsFromGoogle.lua

You can simply use it like this:

local lyrics = getLyricsFromGoogle('Oasis', "Wonderwall")
print(lyrics)

The first parameter is the artist of the song and the second parameter is the title of the song. Thanks to Google's algorithms you can even have typos in the song title or artist name and you'll most likely still get what you want.

LICENSE

This code is MIT licensed. Meaning you can pretty much do whatever you want with it.

About

Simple lua script to get lyrics for a song directly from google

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages