As we know the Pico can't handle HTTPS, which Twitter requires for accessing its API. So I wrote a node.js server that the Pico can talk regular HTTP with, and it'll then relay the messages to Twitter. To send tweets a password is required, so that the server isn't abused.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've got my Pico both reading and writing twitter messages! :)
https://youtu.be/XShzL-Six2U
As we know the Pico can't handle HTTPS, which Twitter requires for accessing its API. So I wrote a node.js server that the Pico can talk regular HTTP with, and it'll then relay the messages to Twitter. To send tweets a password is required, so that the server isn't abused.
https://github.com/Tobbe/twitter-api-gw
I run the server on a free OpenShift instance, so no extra hardware is needed for that on my side :)