Send notification from HTTP bot (RESTful service or whatever)
- by Kuroki Kaze
I have very simple bot that gathers and parses web pages. It's on a machine in network, behind NAT (so I cannot setup a web server, for example). I don't have MTA set up. The bot should notify me about changes in parsed pages (once in a hour or two, to one recipient). How can this be done? Is there any RESTful email gateways, like SMS ones?
I can set up him a twitter account and use curl to post statuses/DM, but it's a very temporary bot.