budgeteer

Track your budget.

Stars
4

Budgeteer

A simple tool to help you track your budget.

Setup

  1. Create the following .env file:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
PUPPETEER_EXECUTABLE_PATH=<chrome path>

CREDENTIALS_ID=<user identification number>
CREDENTIALS_CARD_DIGITS=<last 6 digits of card>
CREDENTIALS_PASSWORD=<password>

BUDGET_ILS=<budget in ILS>

DESTINATIONS=<comma separated list of destinations (discord/telegram)>
MONTHS_BACK=<number of previous months to calculate the budget>

TELEGRAM_BOT_TOKEN=<telegram bot token>
TELEGRAM_CHAT_ID=<telegram chat id>

DISCORD_BOT_TOKEN=<discord bot token>
DISCORD_CHANNEL_ID=<discord channel id>
  1. Install the package
npm install
  1. Run the program
npm start