Added a basic Twitter posting implementation.
This commit is contained in:
parent
563f58db1e
commit
3386138fff
18 changed files with 439 additions and 32 deletions
|
@ -22,9 +22,11 @@
|
|||
<li><a href="http://google-taglib.sourceforge.net">Google Tag Library</a></li>
|
||||
<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="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://yusuke.homeip.net/twitter4j/en/index.html">Twitter4J</a></li>
|
||||
</ul>
|
||||
<p>mobibot was written by <a href="http://www.thauvin.net/erik/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's original <a href="http://usefulinc.com/chump/">ChumpBot</a>. </p>
|
||||
<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>
|
||||
<h3>Features</h3>
|
||||
<p>mobibot's main functionality is to <strong>capture URLs</strong> posted on the channel. The URLs are automatically gathered into a publishable <a href="http://www.mobitopia.org/rss.xml"><strong>RSS feed</strong></a>. </p>
|
||||
<p>Other features include:</p>
|
||||
|
@ -41,9 +43,10 @@
|
|||
<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>
|
||||
</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://www.thauvin.net/wiki/display/mobibot"><strong>mobibot wiki</strong></a>. </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>
|
||||
<h3>Using mobibot</h3>
|
||||
<p>To use mobibot, simply <strong>join <a href="irc://irc.freenode.net/#mobitopia">#mobitopia</a></strong> on <strong>irc.freenode.net</strong> and type:</p>
|
||||
<p><code>mobibot: help</code></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue