https://github.com/knuxify/pybotb
Python library for interacting with the Battle of the Bits API
https://github.com/knuxify/pybotb
Last synced: 8 months ago
JSON representation
Python library for interacting with the Battle of the Bits API
- Host: GitHub
- URL: https://github.com/knuxify/pybotb
- Owner: knuxify
- License: mit
- Created: 2024-12-29T18:42:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T20:23:36.000Z (about 1 year ago)
- Last Synced: 2025-07-04T23:08:00.863Z (12 months ago)
- Language: Python
- Homepage:
- Size: 431 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# pyBotB
Python library for interacting with Battle of the Bits API.
Complete, but I still need to write proper docs...
## Usage
Proper full docs will appear soon. For now, here's the basics:
* API object is in `pybotb.botb.BotB`; you create this once and do all subsequent calls on it
* Type dataclasses are in `pybotb.types`
For more explanations, see the code comments, or browse the WIP docs:
* [pyBotB API](https://knuxify.github.io/pyBotB/main/usage/api.html)
* [Data classes](https://knuxify.github.io/pyBotB/main/usage/data_classes.html) (list of object types)
There is also a [guide to the BotB API](https://knuxify.github.io/pyBotB/main/botb_api.html) for anyone wanting to implement their own API library.