send result from HTTP GET request with a telegram bot – Telegram API
EDIT: testing only the code for the GET-Request (without telegram api) on my raspberry pi. Instead of sending a tg message, I write it to a file. I've discovered that the magic happens in this part: req.end(function (res) { if…