A fast and secure api for AZLyrics.com to get lyrics easily :)
- Get Artist's Songs list with Album, Year ...etc
- Save lyrics in a .txt file or any format you like.
- Avoid BAN using proxy and multiple user agents.
- Search for albums, songs, artists when you are not sure.
azapi
requires Python 3.
Use pip
to install the package from PyPI:
pip install azapi
Or, install the latest version of the package from GitHub:
pip install git+https://github.com/elmoiv/azapi.git
import azapi
Artist = azapi.AZlyrics()
lyric = Artist.getLyrics("Taylor Swift", "Bad Blood", save=False)
print(lyric)
- Added search feature to
getSongs
andgetLyrics
- You can search albums, songs and artists
- First Release
Here are a few sample tests:
- Getting lyrics
- Getting songs list
- Downloading lyrics from a list
- Search for a song and get Lyrics
- Using search with
getSongs
- Using search with
getLyrics
Please contribute! If you want to fix a bug, suggest improvements, or add new features to the project, just open an issue or send me a pull request.