Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 577 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 577 Bytes

Money bot

Bot is designed for personal use only.

Allows tracking expenses semi-automatically using Monobank API (wehbooks) for accounts.

Export data via telegram bot or /api/export

Commands:

  • export - get your data into csv file 📄
  • delete or d - can delete a selected message from log 🌚

How to run

  • Prepare .env file with your data.

    cp env.example .env
  • Install pressly/goose

    go get -u github.com/pressly/goose/cmd/goose
  • Run make migrate

  • Run make linux_build