You are reading a single comment by @Tobbe and its replies. Click here to read the full conversation.
  • 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 :)

About

Avatar for Tobbe @Tobbe started