Fast and Secure AZLyrics API
Project description
azapi
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.
- Avoiding BAN using proxy and multiple user agents.
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(proxy={})
lyric = Artist.getLyrics(artist="Taylor Swift", title="Bad Blood", ext="lrc", save=Fasle)
print(lyric)
Tests
Here are a few sample tests:
TODO
- Adding songs sorting feature
- ...
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
azapi-2.0.1.tar.gz
(10.4 kB
view hashes)
Built Distribution
azapi-2.0.1-py3-none-any.whl
(23.4 kB
view hashes)