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