Telegram Бот реализует простые банковские операции как: пополнение, перевод средств и обмен валют.
Бот написан на Python с использованием асинхронной библиотеки aiogram, API на чистом Golang
Bot for money transfers in Telegram.
Telegram Bot implements simple banking operations such as: replenishment, transfer of funds and currency exchange.
The bot is written in Python using the aiogram asynchronous library, pure Golang API
Golang API Server repository: https://github.com/mentalko/go_api_server
- registration by phone number
- show balance
- top up your account
- transferring money to another user of the bot by his login
- exchange money from dollars to rubles and vice versa
- transaction history
- fix some shit code magic
- Rename ".env example" to ".env" and pate your bot tocken
BOT_TOKEN=
- Run docker-compose
docker-compose up --build