Updated website docs.
This commit is contained in:
parent
881bd716b0
commit
adb7a8c692
4 changed files with 19 additions and 15 deletions
|
@ -33,20 +33,19 @@
|
|||
<h3>About mobibot</h3>
|
||||
|
||||
<p><strong>mobibot</strong> is the
|
||||
<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>
|
||||
<a href="https://www.mobitopia.org/"><strong>#mobitopia</strong></a> IRC channel bot written in <a href="https://kotlinlang.org/"><strong>Kotlin</strong></a>.</p>
|
||||
|
||||
<p>mobibot is making extensive use of various <strong>open source libraries</strong>, including:</p>
|
||||
<ul>
|
||||
<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>Apache Commons <a href="https://commons.apache.org/proper/commons-cli/">CLI</a> and <a href="https://commons.apache.org/proper/commons-net/">Net</a></li>
|
||||
<li><a href="https://github.com/ethauvin/cryptoprice">CryptoPrice</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://square.github.io/okhttp/">OkHttp</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://github.com/pircbotx/pircbotx">PircBotX</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>
|
||||
</ul>
|
||||
|
@ -58,7 +57,7 @@
|
|||
|
||||
<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="https://www.mobitopia.org/rss.xml"><strong>RSS feed</strong></a>. </p>
|
||||
<a href="https://www.mobitopia.org/rss.xml"><strong>RSS feed</strong></a> and saved on <a href="https://pinboard.in/t:mobitopia"><strong>Pinboard</strong></a>.</p>
|
||||
|
||||
<p>Other features include:</p>
|
||||
<ul>
|
||||
|
@ -68,6 +67,10 @@
|
|||
<li>Performing calculations
|
||||
<div><code>mobibot: calc (floor(sqrt(3)) + 3.14) * 3^2</code></div>
|
||||
</li>
|
||||
<li>Crypto currencies prices
|
||||
<div><code>mobibot: cryto btc</code></div>
|
||||
<div><code>mobibot: cryto eth eur</code></div>
|
||||
</li>
|
||||
<li>Converting between currencies
|
||||
<div><code>mobibot: currency 17.54 USD to EUR</code></div>
|
||||
</li>
|
||||
|
@ -102,9 +105,11 @@
|
|||
<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
|
||||
<li>Rolling dice or Playing war and rock paper scissors
|
||||
<div><code>mobibot: dice</code></div>
|
||||
<div><code>mobibot: war</code></div>
|
||||
<div><code>mobibot: paper</code></div>
|
||||
<div><code>mobibot: rock</code></div>
|
||||
</li>
|
||||
<li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue