|
|
|
Show HN: A daemon for writing Telegram bots in shell CGI style
(github.com)
|
|
2 points
by jayshua
1177 days ago
|
|
I found there were a number of things that I wanted a personal telegram bot to do which would have been relatively difficult or annoying to implement in a full-blown programming language, but pretty easy to string together a shell script for. So I wrote this program that acts sort of like a classic CGI gateway for Telegram conversations, forwarding messages over stdin/stdout. |
|