Added a basic Twitter posting implementation.

This commit is contained in:
Erik C. Thauvin 2008-09-11 03:53:28 +00:00
parent 3386138fff
commit a1fed6df63
2 changed files with 100 additions and 163 deletions

View file

@ -23,7 +23,7 @@
<li><a href="http://sourceforge.net/projects/jweather/">JWeather</a></li>
<li><a href="http://lts.online.fr/dev/java/math.evaluator/">MathEvaluator</a></li>
<li><a href="https://rome.dev.java.net/">Rome</a></li>
<li><a href="http://ws.apache.org/xmlrpc/">Apache XML-RPC</a> (for <a href="http://jaiku.com">Jaiku</a>)</li>
<li><a href="http://ws.apache.org/xmlrpc/">Apache XML-RPC</a></li>
<li><a href="http://yusuke.homeip.net/twitter4j/en/index.html">Twitter4J</a></li>
</ul>
<p>mobibot was written by <a href="http://erik.thauvin.net/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's original <a href="http://usefulinc.com/chump/">ChumpBot</a>. </p>
@ -35,7 +35,7 @@
<li>Converting between currencies</li>
<li>Rolling dice</li>
<li>Performing Google searches</li>
<li>Displaying the latest entries on Mobitopia.</li>
<li>Displaying the latest entries on Mobitopia</li>
<li>Performing DNS lookups</li>
<li>Recapping public channel messages</li>
<li>Performing Google spelling queries</li>
@ -43,7 +43,8 @@
<li>Displaying the time in various time zones</li>
<li>Listing the users on the channel</li>
<li>Displaying weather information</li>
<li>Posting to Jaiku's #mobitopia channel</li>
<li>Posting to <a href="http://jaiku.com/channel/mobitopia/">Jaiku's #mobitopia channel</a></li>
<li>Posting to <a href="http://twitter.com/mobitopia">Twitter</a></li>
</ul>
<p>Some of the internal features include RSS feed backlogs, rolling logs, debugging toggle and much more.</p>
<p>If you have any feature suggestions, please post them to the <a href="http://erik.thauvin.net/wiki/display/mobibot"><strong>mobibot wiki</strong></a>. </p>