Welcome to eldonationtracker’s documentation!

ELDonation Tracker is both a Python interface to the Extra Life Charity API and a reference implementation, including a GUI, that can be used to provide on-screen donation information and updates when streaming a gaming video or recording a gaming video in OBS or XSplit. For a video explaining how to use the GUI reference implementation, visit: http://djotaku.github.io/ELDonationTracker/ . You may also use the API to build your own applications that access the API. The modules are well documented, see the Module Index below.

Note

Starting 20200227 this project will strictly follow Semantic Versioning as laid out at https://semver.org/

That means:

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes,

  2. MINOR version when you add functionality in a backwards compatible manner, and

  3. PATCH version when you make backwards compatible bug fixes.

Indices and tables