TelegramCLI
Post to a Telegram channel from your terminal
Push an update to a Telegram channel without opening the app. Useful for deploy notes, cron output and anything a script already knows before you do.
What you can build
Announce a deploy
One command at the end of the deploy script.
npm run deploy && yeetpost telegram "v${npm_package_version} is live"Report a nightly job
Send the summary the job already prints.
yeetpost telegram "nightly import: $(wc -l < import.log) rows"Post to a second channel
A second channel gets its own slug, built from the channel handle.
yeetpost shipnotes_telegram "docs rebuilt and deployed"Related features
- Send Telegram messages from your code
- Post to LinkedIn from your terminal
- Twitter CLI tool: post to X from your terminal
- Post to Bluesky from your terminal
Explore the full catalog on the features hub.
Related resources
Ready to get started?
Start posting to Telegram in minutes.