Telegram's Community Intelligence & Enforcement System
Built for large communities, moderation teams, and public groups.
This repository contains the original Arcane System source code developed between 2022–2024.
The project is no longer actively maintained and is preserved for historical, educational, and archival purposes.
Many ideas introduced in Arcane System later influenced moderation systems used across multiple Telegram communities.
Arcane System was an experimental moderation and enforcement framework built for Telegram communities.
The project was originally inspired by the Sibyl System from the anime series Psycho-Pass — a fictional intelligence network capable of monitoring threats and maintaining public order.
While Arcane System was never intended to replicate the anime's concept literally, it borrowed the idea of centralized intelligence, automated enforcement, and community safety.
Instead of relying on traditional Telegram admin workflows, Arcane System introduced a structured moderation hierarchy and automated tools to help communities manage abuse, spam, and malicious actors at scale.
Back in 2022, Telegram moderation tools were limited.
Most communities relied on:
- Manual moderation
- Basic anti-spam bots
- Fragmented admin tools
- No centralized reporting system
- No staff hierarchy
- Poor moderation analytics
Arcane System was created to solve those problems by providing a unified moderation ecosystem.
- Global enforcement actions
- User watchlists
- Staff investigation tools
- Escalation system
- Enforcement history tracking
Inspectors were responsible for:
- Reviewing reports
- Investigating suspicious users
- Collecting evidence
- Forwarding cases to Enforcers
Enforcers had authority to:
- Issue punishments
- Remove malicious users
- Execute global actions
- Maintain community safety
- User reports
- Evidence collection
- Case tracking
- Staff notifications
- Flood detection
- Automated actions
- Suspicious account detection
- Link filtering
- Pattern matching
- Administrative actions
- Enforcement records
- Report logs
- Audit trails
Powered by MongoDB:
- User records
- Staff records
- Enforcement history
- Report archives
- Configuration storage
- Group management tools
- Administrative utilities
- Moderation helpers
- Automated workflows
| Component | Technology |
|---|---|
| Language | Python |
| Telegram Framework | Pyrogram |
| Database | MongoDB |
| Async Driver | Motor |
| API Library | TgCrypto |
| HTTP Client | AioHTTP |
Arcane/
│
├── plugins/
│ ├── add.py
│ ├── bots.py
│ ├── inspectors.py
│ ├── enforcers.py
│ ├── reports.py
│ └── moderation/
│
├── utils/
│ ├── db.py
│ ├── dbfunctions.py
│ ├── helpers.py
│ └── security.py
│
├── buttons.py
├── media.py
├── strings.py
├── ranks.py
└── __main__.py
git clone https://github.com/MKishoreDev/ArcaneSystem.git
cd ArcaneSystempip install -r requirements.txtAPI_ID = ""
API_HASH = ""
BOT_TOKEN = ""
MONGO_URI = ""
DEVS = []
INSPECTOR = []
ENFORCER = []
KAWAII_LOGS = -100xxxxxxxxxx
KAWAII_CHANNEL = -100xxxxxxxxxxpython -m ArcaneArcane System represents one of the early attempts to create a structured moderation ecosystem for Telegram communities.
Although development has ended, the project remains an important milestone in our journey as developers and community builders.
MKishoreDev Founder • Lead Developer |
Thiruxd Founder • Lead Developer |
nandhxd Core Developer |
- Pyrogram Team
- MongoDB Team
- Open Source Community
- Every moderator, tester, and contributor who helped shape Arcane System
MIT License
Built during the Telegram era of 2022.
Archived for history.