This project implements a Telegram bot with an admin panel using Flask. The bot provides features such as user registration, balance management, and referral bonuses, while the admin panel allows monitoring and management of user data.
bot.py: Main Telegram bot code.admin_panel.py: Flask-based admin panel code.database.py: Functions for database operations.templates/index.html: HTML template for the admin panel.requirements.txt: Required libraries for the project.
- Clone this repository.
- Install the required libraries:
pip install -r requirements.txt