Skip to content

Zedeldi/azlyrics-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azlyrics-api

GitHub license GitHub last commit Code style: black

Get song information from AZLyrics.

Description

A Python API for AZLyrics, with a CLI front-end, supporting searching and getting lyrics. The CLI allows search results to be selected interactively.

Songs can be exported to XML using azlyrics_api.export, which accepts a callable argument used for preprocessing. OpenSong's XML formatting is used by default.

Usage

Install the package using pip:

pip install .

Get lyrics for a song:

azlyrics-cli <title> <artist> [--xml export.xml]

Search for a song and select interactively:

azlyrics-cli <query> [--xml export.xml]

Libraries

License

azlyrics-api is licensed under the MIT Licence for everyone to use, modify and share freely.

This program is distributed in the hope that it will be useful, but without any warranty.

Donate

If you found this project useful, please consider donating. Any amount is greatly appreciated! Thank you 😃

PayPal

My bitcoin address is: bc1q5aygkqypxuw7cjg062tnh56sd0mxt0zd5md536

About

Get song information from AZLyrics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages