Asynchronous Telegram bot for tracking financial data
Development of a fast and stable backend for a Telegram bot. Instead of relying on unreliable website parsing, the system retrieves real-time data directly from the Binance exchange’s core via the official API.
Implemented features and architecture:
Asynchronous request processing (the system does not freeze even with a large number of users).
Direct integration with the Binance v3 API.
Creation of an interactive control interface (ReplyKeyboardMarkup).
Complete isolation of secret keys and configurations (data security).
Technology stack: Python 3, aiogram 3.x, requests, asyncio, python-dotenv.
The code is clean, well-structured, and ready for scaling. Detailed technical documentation and source code are available on my GitHub (link below).
Translated with DeepL.com (free version)
Implemented features and architecture:
Asynchronous request processing (the system does not freeze even with a large number of users).
Direct integration with the Binance v3 API.
Creation of an interactive control interface (ReplyKeyboardMarkup).
Complete isolation of secret keys and configurations (data security).
Technology stack: Python 3, aiogram 3.x, requests, asyncio, python-dotenv.
The code is clean, well-structured, and ready for scaling. Detailed technical documentation and source code are available on my GitHub (link below).
Translated with DeepL.com (free version)