2024-04-11 13:17:54 +03:00
2024-04-05 16:23:00 +03:00
2024-03-30 16:23:50 +02:00
2024-04-11 13:03:00 +03:00
2024-04-11 13:03:00 +03:00
2024-04-10 23:24:16 +03:00
2024-04-11 13:15:37 +03:00
2024-03-26 19:06:31 +02:00
2024-04-10 23:29:33 +03:00
2024-03-25 11:55:01 +02:00
2024-04-11 13:17:54 +03:00
2024-04-10 23:24:16 +03:00

Monobank - Firefly3 bot

This bot is used to automatically log transactions from Monobank (via webhook) to Firefly3.

Bot creates firefly3 transactions which are meant to be further processed by Firefly3 rules

Installation

git clone https://gitea.stuzer.link/stuzer05/monobank-firefly3-bot.git

cd monobank-firefly3-bot

make

Configuration

create .env file and config.json

cp .env.example .env
cp config.json.example config.json

set credential in .env

configure accounts in config.json

configure which transactions to match (by name or mcc codes) in config.json

Run

you only need .env, config.json and build binary to run the bot

./monobank-firefly3-bot

bot will automatically register Monobank webhook url and start listening for incoming transactions

Description
No description provided
Readme Multiple Licenses
Languages
Go 97.7%
Dockerfile 2%
Makefile 0.3%