Initial commit

This commit is contained in:
root
2025-09-15 00:47:01 +02:00
commit a50fa92542
8 changed files with 1200 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# Connex
A Telegram bot that eases sharing VPN configurations with users
## Key Features
- Admin panel for managing users and configurations.
- Ability to add and edit tutorials for users to help them understand how to use client applications.
## Tech Stack
- **Programming language:** Python
- **Database:** SQLite
## Dependencies
- **aiogram** — for interacting with the Telegram API.
- **aiosqlite3** — for database operations.
- **asyncio**