/moneysaver

MoneySaver is a Slack App that counts the amount of money you spend this month and tells you how much money you can have in this month.

Primary LanguageGoMIT LicenseMIT

MoneySaver

Go Report Card codecov GitHub License

MoneySaver is a Slack App that counts the amount of money you spend this month and tells you how much money you can have in this month.

sample

Deploy

See examples.

Docker images

Environment variables

  • PROJECT_ID: Google Cloud project ID that hosts Firestore.
  • SLACK_BOT_TOKEN: Slack bot token.
  • SLACK_VERIFICATION_TOKEN: Slack verification token.
  • LIMITS: Pairs of a Slack channel ID and your monthly limit separated by commas.
    • example: ABCXXX:100000,DEFYYY:20000