Executor-Tyrant-Framework commited on
Commit
5aa9f41
Β·
verified Β·
1 Parent(s): 862c887

Clawdbot update: discord_monitor/README.md

Browse files
Files changed (1) hide show
  1. discord_monitor/README.md +1 -0
discord_monitor/README.md ADDED
@@ -0,0 +1 @@
 
 
1
+ # 🦞 Discord Monitor + Telegram Control Center\n\nA production-ready Discord server monitoring system with Telegram as the mobile control center.\n\n## Architecture\n\n- **Discord Bot**: Silent data collector (no commands, just listens)\n- **Telegram Bot**: Full control panel and dashboard\n- **MongoDB**: Stores all messages, voice activity, member data\n- **Logs Channel**: All events forwarded to Telegram channel\n\n## Features\n\n### Discord Monitoring (Silent)\n- βœ… All messages (content, attachments, embeds)\n- βœ… Message edit history tracking\n- βœ… Deleted message recovery\n- βœ… Voice channel activity (join/leave/mute/stream)\n- βœ… Member join/leave/ban tracking\n- βœ… Role and nickname changes\n\n### Telegram Control\n- πŸ“Š Real-time statistics\n- πŸ” Full-text message search\n- πŸ—‘οΈ Deleted message viewer\n- ✏️ Edit history viewer\n- πŸŽ™οΈ Voice activity reports\n- πŸ‘€ Per-user activity reports\n- πŸ“¦ Data export (JSON/CSV)\n- 🚨 Configurable alerts\n\n## Quick Start\n\n### 1. Install Dependencies\n```bash\ncd discord_monitor\npip install -r requirements.txt\n```\n\n### 2. Setup MongoDB\n```bash\n# Local MongoDB\nmongod --dbpath /path/to/data\n\n# Or use MongoDB Atlas (cloud)\n```\n\n### 3. Configure Credentials\nEdit `config.py`:\n```python\nDISCORD_TOKEN = \