Skip to content
/ azapi Public
forked from elmoiv/azapi

Get Lyrics from AZLyrics.com like a Boss ~(0_0)~

License

Notifications You must be signed in to change notification settings

gregbtm/azapi

 
 

Repository files navigation

azapi

HitCount Build Status Python version Codacy Badge

A fast and secure api for AZLyrics.com to get lyrics easily :)

Features

  • 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.

Installation

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

Usage

import azapi

Artist = azapi.AZlyrics()

lyric = Artist.getLyrics("Taylor Swift", "Bad Blood", save=False)

print(lyric)

Changelog

v2.1.0 18-10-2019

  • Added search feature to getSongs and getLyrics
  • You can search albums, songs and artists

v2.0.1 11-9-2019

  • First Release

Tests

Here are a few sample tests:

Contributing

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.

About

Get Lyrics from AZLyrics.com like a Boss ~(0_0)~

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%