A Python wrapper for the Ninja Kiwi Open Data API
Project description
BloonsPy
BloonsPy is a Python wrapper for the Ninja Kiwi Open Data API, that makes you write more readable code and handles rate limiting automatically. It also renames cryptic variable names so you can know what you're doing while coding.
Installing
Python 3.10 or higher is required
python3 -m pip install bloonspy
Quick example
from bloonspy import Client
boss_event = Client.bosses()[0].standard()
boss_standard_top_3 = boss_event.leaderboard()[:3]
for player in boss_standard_top_3:
print(f"{player.name} - {player.score}")
Resources
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
bloonspy-0.9.2.tar.gz
(62.1 kB
view details)
Built Distribution
bloonspy-0.9.2-py3-none-any.whl
(88.9 kB
view details)
File details
Details for the file bloonspy-0.9.2.tar.gz
.
File metadata
- Download URL: bloonspy-0.9.2.tar.gz
- Upload date:
- Size: 62.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a194ea8d268fa77c358b7138d565e20dd6524aeb6a63edf9c4c299fb19ab72a |
|
MD5 | cab44473c20544a79e17514476a28aea |
|
BLAKE2b-256 | 885e5f9503b0c27f29b4985c4322868b4e6e20e54451569ddade3500d8a6e276 |
File details
Details for the file bloonspy-0.9.2-py3-none-any.whl
.
File metadata
- Download URL: bloonspy-0.9.2-py3-none-any.whl
- Upload date:
- Size: 88.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9297a1fd58abd9a3856b66f0468ab0a43f7f1900c8236f00b9e252e1b134f63c |
|
MD5 | 060a594dbad46f26cbd87bafbb32c854 |
|
BLAKE2b-256 | 826f9a591992b7664cdfcf88bad7c2660a50951a53ccd20619f85a7b638ade8b |