This is a Telegram bot to do money accounting between two persons. If you lend/borrow some money to/from someone, you'd want to keep an eye on how much each person owes the other one. This bot does this accounting for you.
- The bot can manage multiple wallets, e.g. Dollar, Euro, Pound, ... . This can be configured in
volumes/config.json
. - The bot will be private to the two persons whose chat IDs is configured in
volumes/cinfig.json
.
Having Julia
and Jack
configured in volumes/config.json
, the bot can keep the status of their balances:
- Create your bot via Bot Father.
- Get Chat IDs of the wallet owners via IDBot.
- Clone/download the repository.
- Configure the bot in
volumes/config.json
. - Run
docker compose up -d
on the repository's root directory.