Skip to main content

A Python wrapper for the Ninja Kiwi Open Data API

Project description

BloonsPy

Documentation Status PyPI

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


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.6.2.tar.gz (55.4 kB view hashes)

Uploaded Source

Built Distribution

bloonspy-0.6.2-py3-none-any.whl (73.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page