@codewithantonio/messagekit
v0.1.3
Published
MessageKit CLI is the human-facing command-line interface for the MessageKit tutorial project.
Readme
MessageKit CLI
MessageKit CLI is the human-facing command-line interface for the MessageKit tutorial project.
It runs on Node.js and exposes the messagekit binary for manual usage, scripting, and debugging. MCP remains the primary agent-facing interface in the tutorial.
Installation
npm install -g @codewithantonio/messagekitConfiguration
Configure the Telegram bot token once:
messagekit init --telegram-bot-token "<bot-token>"The CLI stores local configuration at ~/.config/messagekit/config.json.
Send A Telegram Message
messagekit telegram "<chat-id>" "Hello from MessageKit"For scriptable output, pass --json:
messagekit telegram "<chat-id>" "Hello from MessageKit" --jsonThe CLI uses @codewithantonio/messagekit-core internally and does not duplicate Telegram API logic.
