Twitter and IRC – Posting Tweets from the comfort of your IRC client
Tuesday, January 6th, 2009Hack a Day has an interesting article on how to write Tweets from within your IRC client.
Sounds good? But how?
The article (and one comment) mention 2 methods on how to achieve this – one would be by using a local IRCd written in PERL and another one by using a bot in a channel.
The bot seems to be a bit more of a “bare bone” approach since all of the features it currently supports is is posting Tweets by issueing commands like “!t your message goes here” after you make it connect to the server of your choice and joining a channel you told it to.