Send an SMS with Guile and Twilio API
These last days, I tried to send an SMS with a Guile script. TL;DR: I succeeded! Since the code is just a simple HTTP POST request, the longest part should have been the creation of the Twilio account (with a Regulatory Bundle and a phone number). Bu...

