Back to homeal3xg0ral3xg0r

Current projects

Flare Stat Bot

Asynchronous Telegram bot designed for system administrators, developers, and webmasters to manage their Cloudflare domains and DNS records directly from their messenger.

v1.1.0
Flare Stat Bot

A Telegram-based Cloudflare Infrastructure Manager

Built with a focus on speed, security, and usability, it acts as a lightweight, mobile-friendly alternative to the Cloudflare dashboard.

🚀 Features

  • Multi-User Support: Built on SQLite, allowing multiple users to use the bot simultaneously with their own accounts.
  • Secure: API Tokens are stored locally in the database and are never exposed in logs or config files.
  • Domain Management:
    • ➕ Add new domains (zones) directly from Telegram.
    • Automatically fetches all zones available to your token.
  • DNS Management:
    • 📋 View all DNS record types (A, CNAME, TXT, MX, NS, etc.).
    • ✏️ Edit record content (IP addresses, text values, targets).
    • ☁️ Toggle Proxy status (Orange/Grey cloud) for supported records.
    • ➕ Add new records.
    • ❌ Delete records.
  • Smart UX: Caches Zone IDs for faster navigation; handles Telegram button limits automatically.
  • Multi-Language: Auto-detects user language.

🛠 Tech Stack

  • Python 3.10+
  • aiogram 3.x (Asynchronous framework)
  • aiohttp (Async HTTP requests)
  • SQLite3 (Database)