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!

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