Skip to content

Bot that connects any financial software for execute daily operations.

License

Notifications You must be signed in to change notification settings

maxservicesbiz/hey-wallet-for-telegram

Repository files navigation

Hey Wallet for Telegram Bot

It is a gateway that runs on the server to interact with the bot and connects commonly used financial software for to execute operations simply and quickly.

  • Record of income and expenses
  • Select a category or put a description
  • Select a bank or cash account

Connectors

  • ✅ Try (Demo)
  • Odoo you need to have the module installed msb_hey_wallet.

Run own server

Docker

export TELEGRAM_TOKEN=TOKEN && docker-compose up -d

Pipenv

pipenv shell 
pip install -r requirements.tx 
export TELEGRAM_TOKEN=TOKEN
python main.py