No description
Find a file
2025-11-11 23:27:57 -05:00
src refactor!: change the way api calls are made 2025-11-11 23:10:33 -05:00
.env.example feat: Implement BudgetClient, add method for syncing bank 2025-11-11 16:14:10 -05:00
.envrc chore: init 2025-11-11 10:51:59 -05:00
.gitignore feat: Implement BudgetClient, add method for syncing bank 2025-11-11 16:14:10 -05:00
flake.lock chore: init 2025-11-11 10:51:59 -05:00
flake.nix feat: Implement BudgetClient, add method for syncing bank 2025-11-11 16:14:10 -05:00
go.mod feat: Implement BudgetClient, add method for syncing bank 2025-11-11 16:14:10 -05:00
go.sum feat: Implement BudgetClient, add method for syncing bank 2025-11-11 16:14:10 -05:00
README.md docs: Update README todo 2025-11-11 23:27:57 -05:00

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
  • Change path to route in API caller
  • Trigger a bank sync and see if we can wait for it to finish (looks like it's a blocking call so we can safely sync before reports)
  • 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