No description
| .envrc | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
Learning golang, writing a simple app to interface with an HTTP API and generate emailable reports from an actualbudget instance
TODO
- Fetch the desired budget file
- Trigger a bank sync and see if we can wait for it to finish (might need to trigger the sync and then just wait, could also just do daily bank syncs at a certain hour)
- Fetch the category information for each category as well as the overall groups
- Compile a email-friendly report of the information
- Send the email to the desired parties via SMTP