Armory
Source
Browse
Hooks

telegram-pr-webhook-2

Telegram PR Webhook Hook Sends a Telegram notification when a new PR is created via `gh pr create`. Includes the PR URL and the Vercel preview URL. Required environment variables: TELEGRAM_BOT_TOKEN - Bot token from @BotFather TELEGRAM_CHAT_ID - Chat ID for notifications Optional environment variables: VERCEL_PROJECT_NAME - Vercel project name (for preview URL) VERCEL_TEAM_SLUG - Vercel team slug (for preview URL)

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install telegram-pr-webhook-2 --cli claude

writes the file to.claude/hooks/telegram-pr-webhook-2Listed as compatible

Configuration
# fetches the hook script into:
.claude/hooks/telegram-pr-webhook-2
# then register it in your settings.json "hooks" block.

↳ Add the hook entry to settings.json, then restart the harness.

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Telegram PR Webhook Hook Sends a Telegram notification when a new PR is created via gh pr create. Includes the PR URL and the Vercel preview URL. Required environment variables: TELEGRAM_BOT_TOKEN - Bot token from @BotFather TELEGRAM_CHAT_ID - Chat ID for notifications Optional environment variables: VERCEL_PROJECT_NAME - Vercel project name (for preview URL) VERCEL_TEAM_SLUG - Vercel team slug (for preview URL)

When to use it

Telegram PR Webhook Hook Sends a Telegram notification when a new PR is created via gh pr create. Includes the PR URL and the Vercel preview URL. Required environment variables: TELEGRAM_BOT_TOKEN - Bot token from @BotFather TELEGRAM_CHAT_ID - Chat ID for notifications Optional environment variables: VERCEL_PROJECT_NAME - Vercel project name (for preview URL) VERCEL_TEAM_SLUG - Vercel team slug (for preview URL)

How to install / invoke

# Wire this hook script into .claude/settings.json
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/hooks/automation/telegram-pr-webhook.py -o .claude/hooks/telegram-pr-webhook.py

Notes

Extracted from davila7/claude-code-templates, automation category.