From routine
Fetches latest messages from Telegram channels and sends HTML-formatted messages using Python scripts. Requires bot token and channel ID. Useful for Telegram bot interactions.
npx claudepluginhub delexw/claude-code-miscThis skill uses the workspace's default tool permissions.
Two scripts for Telegram bot interaction:
Sends messages, images, polls, and formatted media to Telegram channels and groups via Bot API. Handles inline keyboards and templates for marketing, announcements, and community posts.
Builds Telegram bots with Bot API: BotFather setup, messages, webhooks, inline keyboards, groups, channels. Node.js/TypeScript and Python boilerplates.
Build and manage Telegram bots via curl commands to the Telegram Bot API. Send text/photo messages, inline/reply keyboards, set commands, get bot info.
Share bugs, ideas, or general feedback.
Two scripts for Telegram bot interaction:
Reads the most recent post from your Telegram channel.
python3 <skill-dir>/scripts/fetch_dm.py
Requires: TELEGRAM_BOT_TOKEN, TELEGRAM_CHANNEL_ID
Posts a message to your Telegram channel.
python3 <skill-dir>/scripts/send_channel.py "Your message here"
Supports HTML formatting (<b>, <i>, <code>, <a href="...">).
Requires: TELEGRAM_BOT_TOKEN, TELEGRAM_CHANNEL_ID