The official KSoft.SI API Wrapper.
Project description
KSoftAPI.py
The official Python Wrapper
Install
Installing via pip: pip install ksoftapi
Example Usage:
import ksoftapi
kclient = ksoftapi.Client('Your API key here')
async def find_lyrics(query: str):
try:
results = await kclient.music.lyrics(query)
except ksoftapi.NoResults:
print('No lyrics found for ' + query)
else:
first = results[0]
print(first.lyrics)
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
ksoftapi-0.2.2a0.tar.gz
(8.9 kB
view hashes)
Built Distributions
ksoftapi-0.2.2a0-py3.8.egg
(25.3 kB
view hashes)
ksoftapi-0.2.2a0-py3-none-any.whl
(23.3 kB
view hashes)
Close
Hashes for ksoftapi-0.2.2a0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9fffd0943d87c79160a7d097e9abc075c604c34b4b5a00e5f3fa6c0bb370a7d |
|
MD5 | 5c998de18a2b4f72271ccc4644325f38 |
|
BLAKE2b-256 | 4dee3b17e9bc66bfac6f59489ae9109bf36b9948b0204b55732bf5a6db0ed04f |