euanwm / sport80_api

Python API for the Sport80 portals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This now supports both BWL and USAW Sport80 pages. I'll write a more detailed readme once i've tidied things up a bit more.

Simple Test Script

from sport80 import SportEighty

new_funcs = SportEighty("https://bwl.sport80.com")

index_list = new_funcs.event_index(2022)[0]
event_results = new_funcs.event_results(index_list)
print(event_results)

About

Python API for the Sport80 portals.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%