somratpro Claude Sonnet 4.6 commited on
Commit
4226d57
·
1 Parent(s): 5534b90

docs: add userinfobot link to Telegram setup

Browse files

Mirror 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>

Files changed (1) hide show
  1. README.md +4 -3
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. Add `TELEGRAM_BOT_TOKEN` from [@BotFather](https://t.me/BotFather).
174
- 2. Add `TELEGRAM_ALLOWED_USERS` if you want to restrict access.
175
- 3. Add `CLOUDFLARE_WORKERS_TOKEN` if you need automatic outbound proxying for Telegram API traffic.
 
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