Files
Connex/README.md
2025-09-15 00:47:01 +02:00

16 lines
452 B
Markdown

# 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**