Triathlon-py is a Python API wrapper for the Triathlon.org API.
pip install triathlonfrom triathlon import TriathlonAPI
api = TriathlonAPI("YOUR_TOKEN")
print(api.search.athletes("james"))Triathlon-py is a Python API wrapper for the Triathlon.org API.
pip install triathlonfrom triathlon import TriathlonAPI
api = TriathlonAPI("YOUR_TOKEN")
print(api.search.athletes("james"))This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…