Spaces:
Running
Running
docs: add userinfobot link to Telegram setup
Browse filesMirror HuggingClaw's Telegram setup steps — add @userinfobot link so
users know how to find their numeric Telegram user ID.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -170,9 +170,10 @@ Use either the Hermes model wizard or a direct `config.yaml` entry with a `base_
|
|
| 170 |
|
| 171 |
To use Hermes via Telegram:
|
| 172 |
|
| 173 |
-
1.
|
| 174 |
-
2.
|
| 175 |
-
3. Add `
|
|
|
|
| 176 |
|
| 177 |
## 🌐 Cloudflare Proxy
|
| 178 |
|
|
|
|
| 170 |
|
| 171 |
To use Hermes via Telegram:
|
| 172 |
|
| 173 |
+
1. Create a bot via [@BotFather](https://t.me/BotFather): send `/newbot`, follow the prompts, and copy the bot token.
|
| 174 |
+
2. Find your Telegram user ID with [@userinfobot](https://t.me/userinfobot) — send it any message and it replies with your numeric user ID.
|
| 175 |
+
3. Add `TELEGRAM_ALLOWED_USERS` as a comma-separated list of those numeric user IDs to restrict access.
|
| 176 |
+
4. Add `CLOUDFLARE_WORKERS_TOKEN` if you need automatic outbound proxying for Telegram API traffic.
|
| 177 |
|
| 178 |
## 🌐 Cloudflare Proxy
|
| 179 |
|