Skip to content

Commit

Permalink
various improvements:
Browse files Browse the repository at this point in the history
  - config as dataclass stored in local json file
  - ruff formatting/import order
  - remove .env file
  - questionary for interactive config file generation
  - rename daemonise to monitor
  - polling handler for monitor-mode (better cross platform support)
  - move .garth directory to script folder rather than FITFiles folder
  - add minimum python version check
  - better organize main code path
  - update README
  • Loading branch information
jat255 committed Jan 5, 2025
1 parent e3e397b commit 90c75c1
Show file tree
Hide file tree
Showing 7 changed files with 568 additions and 314 deletions.
1 change: 0 additions & 1 deletion .config.example

This file was deleted.

5 changes: 5 additions & 0 deletions .config.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"garmin_username": "username",
"garmin_password": "password",
"fitfiles_path": "C:\Users\username\Documents\TPVirtual\0123456789ABCDEF\FITFiles"
}
2 changes: 0 additions & 2 deletions .env.example

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.venv
.vscode
.uploaded_files.json
*.fit
*.fit
.config.json
221 changes: 119 additions & 102 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 90c75c1

Please sign in to comment.