Skip to main content

Unofficial Python API client for the ballchasing.com API.

Project description

ballchaser ⚽️🚗

PyPI Code style: black Imports: isort

Unofficial Python API client for the ballchasing.com API.

Usage

pip install ballchaser

All API requests are exposed via the BallChaser class which is initialised with a ballchasing.com API token.

import os

from ballchaser.client import BallChaser

ball_chaser = BallChaser(os.getenv("BALLCHASING_API_TOKEN"))

# search and retrieve replay metadata
replays = [
    replay
    for replay in ball_chaser.list_replays(player_name="GarrettG", replay_count=10)
]

# retrieve replay statistics
replay_stats = [
    ball_chaser.get_replay(replay["id"])
    for replay in replays
]

API requests can automatically be retried if they return a rate limit response by specifying backoff=True. Requests will be tried up to max_tries times with exponential backoff between subsequent retries, e.g.

import os

from ballchaser.client import BallChaser

ball_chaser = BallChaser(os.getenv("BALLCHASING_API_TOKEN"), backoff=True, max_tries=5)

Contributing & Feedback

If there are any new features you'd like, or you encounter a bug, you can contribute by opening an issue or submitting a pull request.

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

ballchaser-0.8.0.tar.gz (7.0 kB view details)

Uploaded Source

Built Distribution

ballchaser-0.8.0-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file ballchaser-0.8.0.tar.gz.

File metadata

  • Download URL: ballchaser-0.8.0.tar.gz
  • Upload date:
  • Size: 7.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1021-azure

File hashes

Hashes for ballchaser-0.8.0.tar.gz
Algorithm Hash digest
SHA256 51dff785eab169a65849f63eb62a2e7657c4df46bbf30bb29ad9304344b28e8f
MD5 bd75fa212179a483ea483044ca2d0b15
BLAKE2b-256 fb79ac1a5f78776ba48e7c663b124528478a830a3b5554c97a7ae7fbc256e589

See more details on using hashes here.

File details

Details for the file ballchaser-0.8.0-py3-none-any.whl.

File metadata

  • Download URL: ballchaser-0.8.0-py3-none-any.whl
  • Upload date:
  • Size: 7.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.10.4 Linux/5.13.0-1021-azure

File hashes

Hashes for ballchaser-0.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1828b9b1fbcd8ee45a581003316d26785a1f094f5a0c633c13f514f6c3081f0e
MD5 6476fa586f442e85ef960782b3697a04
BLAKE2b-256 942140685fb037a9fc61a6254691f99ac8c1f312f99b3057f4ba99dc0d010cf5

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