Skip to main content

Blaze API

Project description

PyBlaze

PyPI

Python package to access Blaze API resources.

pip install bonsancon-pyblaze

Games available:

How to use

from pyblaze import BlazeClient

client = BlazeClient()
client.version()  # Version(version='2.159.0')

If you want to get data from specific game, you can:

from pyblaze.games import Crash

client = Crash()
client.current()  # CurrentResponse(crash_point=None, total_eur_bet=5454.341490738392, ...)

Clients and methods

The package have 3 clients:

Client Description import
BlazeClient Blaze API Client. from pyblaze import BlazeClient
Crash Blaze Crash Client. from pyblaze.games import Crash
Double Blaze Double Client. from pyblaze.games import Double

BlazeClient

Method Description Example
announcement Get current announcement. client.announcement()
chat_rooms Get chat rooms config. client.chat_rooms()
chat_room Get messages from a chat room. client.chat_room(2)
country Get country config. client.country()
currencies Get currencies config. client.currencies()
settings Get Blaze platform settings. client.settings()
time Get time (for what?). client.time()
version Get Blaze platform version. client.version()

Games

Method Description Example
recents Get recents results. client.recents()
current Get current game. client.game()

Contributing

Contributions are more than welcome. Fork, improve and make a pull request. For bugs, ideas for improvement or other, please create an issue.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

bonsancon-pyblaze-0.0.4.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

bonsancon_pyblaze-0.0.4-py3-none-any.whl (14.9 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