Commit Graph

4 Commits

Author SHA1 Message Date
BuildTools 9a94d5bbda
feat(config): add configuration options
- add configuration options via environment variables
- move get_data.py functionality to graph.py to avoid using subprocess
- update .gitignore
- update .env.example
- create globals.py to store helper functions
- add run.bat to start and configure program
2024-09-22 09:31:12 -07:00
BuildTools 36306e5b12
feat(models): load models from JSON configuration
- load models from JSON configuration
- resolve security issue
- update dependencies
- optimize imports in graph.py and monitor.py
2024-09-21 16:45:48 -07:00
leafspark a7fe82a62e
Fix code scanning alert #1: Uncontrolled command line
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2024-09-21 16:35:20 -07:00
BuildTools dff316c725
docs: add README.md and initial commit
- add code
- add GitHub workflows
- add GitHub repo files
2024-09-21 16:30:15 -07:00