Twitter on PowerShell
December 5th, 2008
Adam Geras originally wrote a script in PowerShell that saves all the Twitter posts for a specific user into a file (view Mr. Geras original post here).
I built on his script and extended it to:
- Post messages to Twitter
- Retrieve Twitter replies
- View my Twitter friends conversations
- Display the classic Twitter Fail Whale when an error occurs
Screen Shots
Sending a Twitter message:

Viewing my friends conversations:

The classic Twitter Fail Whale:

There’s something beautiful about the classic green console on a black background - I think it’s about being closer to the metal. :) What do you think?
Contribute, view, or download the openly available script here: Twitter.ps1