Tracking training progress for my dog's separation anxiety, based on Julie Naismith's be right back method
To scrape data from the app, login and use developer console to find the session cookie. Put this in a secrets.yml file (follow the example here
See progress here
conda create -n sa_tracker python=3.12
conda activate sa_tracker
pip install -e .TODO
- Read raw data from google sheets
- Add in warmup support (figure out how to scrape from BRB app)
- DB hosting?
- Automated read of hosted DB (daily? cron from google sheets?)
- Kinda done with scheduled github actions
- do not duplicate DB entries
- check for rating
- Streamlit?