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.9.3.tar.gz (62.1 kB view details)

Uploaded Source

Built Distribution

bloonspy-0.9.3-py3-none-any.whl (88.9 kB view details)

Uploaded Python 3

File details

Details for the file bloonspy-0.9.3.tar.gz.

File metadata

  • Download URL: bloonspy-0.9.3.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

Hashes for bloonspy-0.9.3.tar.gz
Algorithm Hash digest
SHA256 c1d56fecdfd0b10c808f1e8b2d13563fbabed3be29bdbf33c9b906bf6ce2cfde
MD5 a26d158e49820907a015c325d00936d7
BLAKE2b-256 5e761bca876c2f4bac0f62d543c1cad5ffa9dfca4a4b93bbcfdd68ada63a7356

See more details on using hashes here.

File details

Details for the file bloonspy-0.9.3-py3-none-any.whl.

File metadata

  • Download URL: bloonspy-0.9.3-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

Hashes for bloonspy-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a4ea12b1d5f8ca7caba90ee8bc98180f9ec2f45a9060163ca4ea2db9a9720a21
MD5 412524f4e834eaecbc866ebe7f3b93f7
BLAKE2b-256 db9dd332d03f64433f26e29d797147985de569b14ef07d2e7ad074ff437b9ba5

See more details on using hashes here.

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