Skip to content

Instantly share code, notes, and snippets.

View netandreus's full-sized avatar

Andrey netandreus

  • UAE, Abu Dhabi
View GitHub Profile
@netandreus
netandreus / telegram-group-provisioning.md
Created March 21, 2026 20:25 — forked from daneelolivaw22/telegram-group-provisioning.md
Telegram Group Auto-Provisioning for OpenClaw — zero code changes, config only

Telegram Group Auto-Provisioning for OpenClaw

Zero code changes. Config only. Works with any OpenClaw bot.

The Problem

Adding your OpenClaw bot to a new Telegram group used to require:

  1. Create the group
  2. Add the bot
  3. Find the chat ID somehow
@netandreus
netandreus / gist:39f6086b3cbdbc451253368dda804338
Created March 10, 2020 15:58 — forked from davepoon/gist:4371622
Added the .gitignore, and refresh the file index so the files get ignored properly.
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"