Send Telegram messages from bash, PowerShell, CI/CD pipelines, cron jobs — quickly and effortlessly. What is telegram-owl? telegram-owl is a cross-platform CLI tool written in Go that allows you to send messages, files, and media to Telegram chats, groups, or channels directly from the terminal. It's perfect for: ✅ DevOps notifications ✅ CI/CD pipeline messages ✅ Monitoring and alerting (cron, systemd, Prometheus) ✅ Just sending a log or file to Telegram from a script Quick Example telegram-owl \ --token=123:abc \ --chat=@mychannel \ --message="✅ Deployment completed successfully!" Send a message from stdin: echo "

Mar 29, 2025 - 21:37
 0

Send Telegram messages from bash, PowerShell, CI/CD pipelines, cron jobs — quickly and effortlessly.

What is telegram-owl?

telegram-owl is a cross-platform CLI tool written in Go that allows you to send messages, files, and media to Telegram chats, groups, or channels directly from the terminal.

It's perfect for:

✅ DevOps notifications

✅ CI/CD pipeline messages

✅ Monitoring and alerting (cron, systemd, Prometheus)

✅ Just sending a log or file to Telegram from a script

Quick Example

telegram-owl \
  --token=123:abc \
  --chat=@mychannel \
  --message="✅ Deployment completed successfully!"

Send a message from stdin:

echo "