Skip to content

pedrohbtp/vagalume-python3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vagalume-python3

Small Wrapper to help using vagalume's api

Example usage

from vagalume import Artist

artist = Artist('ed-sheeran')
# displays all available lyrics
artist.lyrics_list
# get the text for a song based on id
artist.get_lyrics_text_by_id('3ade68b8gbc1350b3')
# get the text for a song based on name
artist.get_lyrics_text_by_name('Bloodstream')

About

Helper to access vagalume's API for getting lyrics. https://api.vagalume.com.br/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages