Skip to content

Rolv-Arild/python-ballchasing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Ballchasing

Python wrapper for the ballchasing.com API.

Installation

pip install python-ballchasing

API

The API is exposed via the ballchasing.Api class.

Simple example:

import ballchasing
api = ballchasing.Api("Your token here")

# Get a specific replay
replay = api.get_replay("2627e02a-aa46-4e13-b66b-b76a32069a07")

About

Python wrapper for the ballchasing.com API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published