How to Tweet from Your Raspberry Pi
Suppose you want to incorporate tweeting into an app you're building on your Raspberry Pi. This guide will walk you through the process of creating a twitter app, generating access tokens, and sending a tweet.
To learn the process, we're going to create a simple app on our Raspberry Pi that tweets the output of the uptime command. This might be a contrived example, but it will easily demonstrate what is required to tweet from the pi.