Wednesday, September 15, 2010

Update to tweeting from the command line

Now that Twitter requires OAuth, a simple curl to the twitter api will fail.  Luckily there are some super smart folks in this community.  Check out this great writeup on tweeting form the command line, with our old friend Python.  It's a great writeup and I had it working on all three of my twitter accounts in about 5 minutes.

http://jmillerinc.com/2010/05/31/twitter-from-the-command-line-in-python-using-oauth/

Thanks Jeff!