Discrawl: Mirror Discord Guilds Into Queryable Local SQLite
steipete · x · 2026-09-24
- After Discord was blocked in the Philippines, users rushed to back up work chats and community history. Peter Steinberger's open-source Discrawl mirrors Discord guilds into a local queryable SQLite database.
- Key capabilities:
- Syncs channels, threads, members, messages, and attachments from every guild a bot can access into one SQLite file (demo: 312k messages, 14k attachments);
- FTS5 full-text search plus optional OpenAI/Ollama embeddings for semantic and hybrid recall;
- A wiretap mode reads the local Discord Desktop cache without user tokens or extracting auth credentials;
- Git-backed sharded NDJSON snapshots for offline subscription search, with Gateway live tail and periodic repair sweeps.
- Install via brew install openclaw/tap/discrawl, then discrawl init, sync --full, and search; works with agents like Hermes or OpenClaw.
More from coding & agent
- Resend joins Stripe Projects: one CLI command wires email into AI agent workflows — jeff_weinstein · 2026-09-24
- MiniMax Code tested: building and deploying a full site from a single prompt — nikola_mr64990 · 2026-09-24
- Agent Reliability QA: The Next AI Category Is Stress-Testing Agents, Not Building Them — DevWithTea123 · 2026-09-24
- Privacy Middleware Concept: Anonymize Sensitive Data Locally Before It Reaches LLMs — Ai_MOON_SHOT · 2026-09-24
- No-BS guide to agent harness engineering: context, guardrails, and feedback — Pavan_Belagatti · 2026-09-24
- Claude Code Projects adds local support: threads can now run on your own machine — bcherny · 2026-09-24