Skip to main content

An interface for the blaseball API

Project description

this is NOT an endorsement of the music of the band "modern baseball" I am listening to them now and they are not very good.

A blaseball API interface.

Install via pip:

pip install modern-blaseball

Basic use:

from modern_blaseball import blaseball_api

blaseball = blaseball_api()

result = blaseball.get_global_events()

or:

pyobj = structure(blaseball.get_global_events)

blaseball endpoints will often return a 500 when under load, so you can add failover logic as well:

blaseball.failover_500(self.blaseball.get_player_stats, args=self.EXAMPLE_PLAYER)

todo: make all utilities more modular.

`

tests:

python -m unittest

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

modernblaseball-0.5.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

modernblaseball-0.5.1-py3-none-any.whl (2.4 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