Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 365 Bytes

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)