Initial: Link analyzer bot for #remora channel

This commit is contained in:
Remora
2026-02-09 18:07:14 +01:00
commit 23548be6ad
5 changed files with 389 additions and 0 deletions

10
.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Discord Bot Token (from https://discord.com/developers/applications)
DISCORD_BOT_TOKEN=your_token_here
# Tududi API
TUDUDI_API_URL=https://todo.dilain.com/api/v1
TUDUDI_API_KEY=tt_your_key_here
# OpenClaw Gateway (optional, for future AI analysis)
OPENCLAW_GATEWAY=http://127.0.0.1:18789
OPENCLAW_GATEWAY_TOKEN=your_gateway_token