Skip to content

dobrovolsky/money_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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