Skip to content

mphuff/otf-advanced-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple client for pulling some baseline OTF data. Depends on the otf-api package. This populates data in the format expected by a Google sheet shared by a fellow OTF member. This sheet calculates some useful visualizations of your performance history.

Running this script

Requires minimum of Python 3.12 to run as otf-api requires this.

Copy the env.sample file to a file that ends in .env as the script loads through dotenv module any env files in the folder. Populate with your user credentials used for the OTF App, and pass that file as a parameter to the script.

python3.12 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python generate_otfdata.py

Disclaimer: This project is in no way affiliated with OrangeTheory Fitness.

About

Advanced data tracker for OrangeTheory Fitness Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages