What problem does it solve?
This Skill streamlines the management of Telegram bots from the command line, enabling efficient communication, message handling, and user engagement without leaving the terminal.
Core Features & Use Cases
- Send and Manage Messages: Send messages, media, polls, and manage messages and chats programmatically.
- Chat and Member Management: Resolve chats, list recent chats, get chat information, and inspect chat members.
- Bot Authentication: Authenticate using bot tokens and manage connections with Zapier or direct environment variables.
- Use Case: Use this Skill to create an automated bot that sends regular updates to a Telegram channel, manages conversations, and interacts with users.
Quick Start
Install the connector as a skill using npx skills zapier/connectors --skill telegram, then run a script with node cli.js run sendMessage --connection env:TELEGRAM_BOT_TOKEN '{"chat_id": "@my_channel", "text": "Hello, World!"}'