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

Uploaded Source

Built Distribution

bloonspy-0.10.0-py3-none-any.whl (89.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bloonspy-0.10.0.tar.gz
  • Upload date:
  • Size: 62.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for bloonspy-0.10.0.tar.gz
Algorithm Hash digest
SHA256 2a5151deb69b259425b473f6674033ea75881407d518207069257c722141f375
MD5 ff870ec7ec1fcb1582b9bc79777e5213
BLAKE2b-256 fb104ab68ba12c92b77ac3622afaf540a8caffd895bd5e4d250fcd8b82fc2ca4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bloonspy-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 89.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for bloonspy-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 739278713b743b5aef26e06750d931f7645d0a185ad99aeb934bfe0f91cd9030
MD5 eadf3e03dd0f5e7f6f89eeb76701ada9
BLAKE2b-256 f371bf15fd4f78c3e0637df200551783ad2250414c8f8719e53fe91f363adad1

See more details on using hashes here.

Supported by

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