ebrithiljonas / fittrackee-uploader

A companion application for FitTrackee to upload your workout files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FitTrackee Uploader

A companion application for FitTrackee to upload your workout files

With this application you can easily upload your workouts to your FitTrackee instance. Just set a source folder where you store your workouts, and it will show you the track and some basic stats. You can choose a sport type and set a title and then just hit upload and your file will automatically be converted to a GPX file and uploaded.

Features

  • Upload workout files from a folder, for example your Garmin watch after connecting it
  • Move uploaded files to a different folder and optionally add title and sport type to the filename
  • Add some basic stats to the description on FitTrackee like calories and average heart rate.
  • Allows uploading files that are not compatible with FitTrackee like FIT files

Supported file types

  • FIT
  • GPX

Basic usage

The first time you start it, you'll be asked to enter your fittrackee URL and user login details, then it will log you in automatically. Then go to Settings > Options and select the local folder where the fit/gpx files are located. These files will be loaded one by one, so you can select the type of training (run, walk, bike...), give it a title and then click on the Upload button.

Installation

Clone repository

git clone https://github.com/ebrithiljonas/fittrackee-uploader.git

Install dependencies

cd fittrackee-uploader
pip install -r requirements.txt

Run application

python fittrackee-uploader

Current limitations

  • Multi-sport files are not supported

About

A companion application for FitTrackee to upload your workout files

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.8%Language:Shell 0.2%