Unofficial Module and CLI tool to get Malagasy song lyrics from https://tononkira.serasera.org
Project description
tononkira
Unofficial Module and CLI tool to get Malagasy song lyrics from https://tononkira.serasera.org
INSTALLATION
pip install tononkira
USAGE
MODULE
from tononkira import Tononkira
tononkira = Tononkira()
print(tononkira.get("Ampy anahy"))
CLI TOOL
ADVANCE USAGE
from tononkira import Tononkira
tononkira = Tononkira()
res = tononkira.search("Ambondrona")
print(res[:2])
OUTPUT
[
{'title': 'Ajanony any', 'artist': 'AmbondronA', 'url': 'https://tononkira.serasera.org/hira/ambondrona/ajanony-any-1'},
{'title': 'ALEO ALOHA', 'artist': 'AmbondronA', 'url': 'https://tononkira.serasera.org/hira/ambondrona/aleo-aloha'}
]
from tononkira import Tononkira
tononkira = Tononkira()
res = tononkira.fetch("https://tononkira.serasera.org/hira/ambondrona/aleo-aloha")
print(res)
OUTPUT
ALEO ALOHA (Ambondrona)
----------------------
toa ts aritro iany
ny iandry anao
niezaka iany aho fa toa
...
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
tononkira-1.0.1.tar.gz
(3.2 kB
view details)
Built Distribution
File details
Details for the file tononkira-1.0.1.tar.gz
.
File metadata
- Download URL: tononkira-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f596c0070d8168c101267728f38e158addf16940195d34a746096b067e12c1aa |
|
MD5 | 729c763278f7f57aaaf195d0bede99dd |
|
BLAKE2b-256 | a68fe6196ec18c0b1ed3fc173b69442c5123bba56ce3f0f12ad2a14a8b26496f |
Provenance
File details
Details for the file tononkira-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: tononkira-1.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bcc9ec1485fbdfab324ef4763875adef0252475b43a4aab12840118a6a484ae |
|
MD5 | 3f2f2f7d9ebf2c4fb7e659f0b5850b23 |
|
BLAKE2b-256 | 9feab5949119553e3ca07db45c7b252b09ecf75d13a207b9bd81e869f2380307 |