posted 12/17/2009 by BrianKnight - Views: [4613]
I've been working this week to automate the BIDN.com's twitter connectivity and to do so, decided to build a quick Twitter interface to communicate with BIDN. I needed a simple console application that could be called via a trigger or a SQL Agent Job (my actual method).
The entire application winds up only being a 50 lines of code or so. Essentially from a command line, you pass in your twitter account, password, the message and optional URL. If you pass a URL in, it will be converted to TinyURL (if it's shorter than your URL). The return will either give you a success or a failure in XML from the console.
Call TweetConsole as shown below:
TweetConsole.exe <TwitterUserName> <TwitterPW> <Message> <URL for link>
Example:
TweetConsole.exe UserName Password "My twitter message in quotes" "http://www.bidn.com/inquotes"
Then whalla, a DBAs way to integrate twitter into a database for posting at least. It isn't the prettiest applicaton but it works
Download TweetConsole
I'd love to hear if you actually use it! The benefit for me is now on BIDN any new blog posts gets automatically tweeted.