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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bloonspy-0.11.0.tar.gz.
File metadata
- Download URL: bloonspy-0.11.0.tar.gz
- Upload date:
- Size: 62.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff1e27507306e71c30b9f4370a6cd5905996406ffa137d172cfea3cb7c95760f
|
|
| MD5 |
3775dc0e003cf3c0e54273da75eb428c
|
|
| BLAKE2b-256 |
1bc3b355f3615c9858a207c9bcd0411b5e3cbf631332ba7054a80c0fe7b1cf5b
|
File details
Details for the file bloonspy-0.11.0-py3-none-any.whl.
File metadata
- Download URL: bloonspy-0.11.0-py3-none-any.whl
- Upload date:
- Size: 89.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecd23d5e69b378ee31033fd1cce8d4e4466e7205849294bea492618fd4d09c83
|
|
| MD5 |
0c0669c9f82b72887edcbd2b4cd53051
|
|
| BLAKE2b-256 |
842dcfd9f27687357c299be25c4003669788e4d26580476017f47c472b2343b4
|