Skip to content

Instantly share code, notes, and snippets.

View sgme94's full-sized avatar
🎯
Focusing

sgme94

🎯
Focusing
View GitHub Profile
@sgme94
sgme94 / gist:ed734424306e2262af0a15fe49646082
Created February 28, 2026 10:58
Wheat OpenClaw Telegram Setup
#!/bin/bash
set -e
echo "?? Configuring Wheat OpenClaw Telegram..."
openclaw config set "channels.telegram.botToken" "8783906069:AAG4Q-yG_2MIxSfsXy1dnMKQ-z67XUbxrbk"
openclaw config set "channels.telegram.dmPolicy" "pairing"
openclaw gateway restart
sleep 5
openclaw channels status
echo "??Done! Search @x93442bot in Telegram and send /start"