Skip to content

triathlon-py/triathlon-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Triathlon-py

Triathlon-py is a Python API wrapper for the Triathlon.org API.

Installation

pip install triathlon

Usage

from triathlon import TriathlonAPI

api = TriathlonAPI("YOUR_TOKEN")
print(api.search.athletes("james"))

Documentation

The documentation for the API can be found here.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT License

Disclaimer

This project is not affiliated with Triathlon.org.