Show HN: Telepipe – Send command output to Telegram with a simple pipe

1 linuxmaster14 0 5/17/2025, 3:54:25 AM github.com ↗
Hi HN,

I built a tiny Bash script called Telepipe that lets you send the output of any command directly to Telegram using a bot.

It's very lightweight (single script, no dependencies), and useful for:

- Getting alerts from cronjobs

- Monitoring long-running processes

- Piping logs or error output when SSH'd into remote servers

Example: echo "Job completed" | telepipe

It's great for sysadmins, devops, or anyone who likes clean, instant notifications.

Would love feedback or ideas to improve it!

Comments (0)

No comments yet