Skip to content

WardBenjamin/TBAPIv3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBAPI v3

Python library to get data from The Blue Alliance. Uses v3 of the TBA API.

This library returns JSON data fetched from The Blue Alliance's API. Requires an application-specific key issued by TBA.

Compatible with Python 3.

Official documentation for the The Blue Alliance API (the official API, not these bindings) can be found here

Setup

First, install the module:

pip3 install tbapiv3

Then, to use these functions, you must import the tbapiv3 module:

import tbapiv3

And then instantiate an instance of the bindings class:

tba = tbapiv3.TBA('key')

Authors

This software was created and is maintained by Benjamin Ward. Thanks to Erik Boesen and other contributors for the original TBApy library.