<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>a monochromatic oeuvre &#187; Twitter</title>
	<atom:link href="http://blog.marquiswang.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marquiswang.com</link>
	<description>Light hearted ramblings from a Computer Science major.</description>
	<lastBuildDate>Sun, 21 Feb 2010 00:54:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Replacing TwitterIM with my own bot.</title>
		<link>http://blog.marquiswang.com/2009/01/07/replacing-twitterim-with-my-own-bot/</link>
		<comments>http://blog.marquiswang.com/2009/01/07/replacing-twitterim-with-my-own-bot/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 02:37:04 +0000</pubDate>
		<dc:creator>Marquis Wang</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.marquisw.com/?p=77</guid>
		<description><![CDATA[TwitterIM:  TwitterIM is under maintenance at the moment. Please check back later.
Twitter&#8217;s AIM bot, TwitterIM, has been &#8220;under maintenance&#8221; for as long as I can remember.  The last time it worked for me was in January 2008, and I have been &#8220;checking back later&#8221; periodically since.  Personally, I do not have high hopes for it [...]]]></description>
			<content:encoded><![CDATA[<pre>TwitterIM:  TwitterIM is under maintenance at the moment. Please check back later.</pre>
<p><a href="http://blog.marquiswang.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3R3aXR0ZXIuY29t" target=\"_blank\">Twitter</a>&#8217;s AIM bot, TwitterIM, has been &#8220;under maintenance&#8221; for as long as I can remember.  The last time it worked for me was in January 2008, and I have been &#8220;checking back later&#8221; periodically since.  Personally, I do not have high hopes for it working any time soon.  I decided to just take advantage of Twitter and AIM&#8217;s APIs and write my own bot to update my twitter through AIM.</p>
<p>I wrote this in about 10 minutes, so its a really simple program.  Once it connects to the AIM server, it waits for messages from me, ignoring all other messages.  A message from me is immediately posted to Twitter through curl.  In this implementation, there is no check for a successful post, though that would not be particularly difficult to implement.</p>
<p>The source code is available <a href="http://blog.marquiswang.com/wp-content/plugins/feed-statistics.php?url=aHR0cDovL21hcnF1aXN3YW5nLmNvbS9zYW5kYm94L3R3aXR0ZXJib3QvYm90LnB1YmxpYy50eHQ=" target=\"_blank\">here</a>.  You need Perl, the Net::OSCAR module, and AIM and Twitter accounts, naturally.  Just fill in your credentials at the top of program and run it with Perl.</p>
 <img src="http://blog.marquiswang.com/wp-content/plugins/feed-statistics.php?view=1&post_id=77" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.marquiswang.com/2009/01/07/replacing-twitterim-with-my-own-bot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->