Added more examples.

This commit is contained in:
Erik C. Thauvin 2019-09-13 16:32:12 -07:00
parent f9d86c3cf0
commit 5a40c1886e

View file

@ -33,36 +33,38 @@
<h3>About mobibot</h3>
<p><strong>mobibot</strong> is the
<a href="http://www.mobitopia.org/"><strong>#mobitopia</strong></a> IRC channel bot. It is built on Paul Mutton's
<a href="https://www.mobitopia.org/"><strong>#mobitopia</strong></a> IRC channel bot. It is built on Paul Mutton's
<a href="http://www.jibble.org/pircbot.php"><strong>PircBot Java-based Framework</strong></a>.</p>
<p>mobibot is making extensive use of various <strong>open source libraries</strong>, including:</p>
<ul>
<li><a href="http://commons.apache.org/proper/commons-cli/">Commons CLI</a></li>
<li><a href="http://hc.apache.org/httpclient-3.x/">Commons HTTPClient</a></li>
<li><a href="http://commons.apache.org/proper/commons-logging/">Commons Logging</a></li>
<li><a href="http://commons.apache.org/proper/commons-net/">Commons Net</a></li>
<li><a href="https://github.com/ethauvin/pinboard-poster">Pinboard Poster/a></li>
<li><a href="https://bitbucket.org/akapribot/owm-japis/">OWM JAPIs</a></li>
<li><a href="http://www.objecthunter.net/exp4j/">exp4j</a></li>
<li><a href="http://ostermiller.org/utils/">OstermillerUtils</a></li>
<li><a href="http://rometools.github.io/rome/">Rome</a></li>
<li><a href="https://commons.apache.org/proper/commons-cli/">Commons CLI</a></li>
<li><a href="https://hc.apache.org/httpclient-3.x/">Commons HTTPClient</a></li>
<li><a href="https://commons.apache.org/proper/commons-logging/">Commons Logging</a></li>
<li><a href="https://commons.apache.org/proper/commons-net/">Commons Net</a></li>
<li><a href="https://www.objecthunter.net/exp4j/">exp4j</a></li>
<li><a href="https://jsoup.org/">jsoup</a></li>
<li><a href="https://ostermiller.org/utils/">OstermillerUtils</a></li>
<li><a href="https://bitbucket.org/aksinghnet/owm-japis">OWM JAPIs</a></li>
<li><a href="https://github.com/ethauvin/pinboard-poster">Pinboard Poster</a></li>
<li><a href="https://rometools.github.io/rome/">Rome</a></li>
<li><a href="http://twitter4j.org/en/index.html">Twitter4J</a></li>
<li><a href="http://jsoup.org/">jsoup</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="https://erik.thauvin.net/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's original
<a href="https://github.com/edumbill/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>
<a href="https://www.mobitopia.org/rss.xml"><strong>RSS feed</strong></a>. </p>
<p>Other features include:</p>
<ul>
<li>Displaying the latest entries on Mobitopia</li>
<li>Displaying the latest entries on Mobitopia
<div><code>mobibot: view</code></div>
</li>
<li>Performing calculations
<div><code>mobibot: calc (floor(sqrt(3)) + 3.14) * 3^2</code></div>
</li>
@ -80,25 +82,36 @@
<li>Performing DNS lookups
<div><code>mobibot: lookup www.apple.com</code></div>
</li>
<li>Retrieving stock quotes
<li>Retrieving stock quotes from <a href="https://www.alphavantage.co/">Alpha Avantage</a>
<div><code>mobibot: stock GOOG</code></div>
<div><code>mobibot: stock google</code></div>
</li>
<li>Displaying the time in various time zones
<div><code>mobibot: time UK</code></div>
<div><code>mobibot: time GMT</code></div>
</li>
<li>Sending messages to people on join/activity:
<div><code>mobibot: tell nickname Give me a call when you see this.</code></div>
</li>
<li>Recapping public channel messages</li>
<li>Listing the users on the channel</li>
<li>Random jokes from <a href="http://www.icndb.com/">The Internet Chuck Norris Database</a></li>
<li>Rolling dice and playing war</li>
<li>Posting to <a href="http://twitter.com/mobitopia">Twitter</a></li>
<li>Recapping public channel messages
<div><code>/msg mobibot recap</code></div>
</li>
<li>Listing the users on the channel
<div><code>/msg mobibot users</code></div>
</li>
<li>Random jokes from <a href="http://www.icndb.com/">The Internet Chuck Norris Database</a>
<div><code>mobibot: joke</code></div>
</li>
<li>Rolling dice and playing war
<div><code>mobibot: dice</code><div>
<div><code>mobibot: war</code></div>
</li>
<li>Posting to <a href="https://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/mobibot"><strong>mobibot wiki</strong></a>. </p>
<a href="https://erik.thauvin.net/wiki/mobibot"><strong>mobibot wiki</strong></a>. </p>
<h3>Using mobibot</h3>
@ -116,4 +129,4 @@
</p>
</div>
</body>
</html>
</html>