Implemented a SocialManager with support for posting to both Twitter and Mastodon

This commit is contained in:
Erik C. Thauvin 2022-12-05 23:50:16 -08:00
parent 6a3caa84ce
commit 6fd59e9487
42 changed files with 642 additions and 269 deletions

View file

@ -81,9 +81,9 @@
<li>Performing Google searches
<div><code>mobibot: google mobitopia on irc</code></div>
</li>
<li>Getting answers from <a href="https://wolframalpha.com/">Wolfram Alpha</a>
<li>Getting answers from <a href="https://wolframalpha.com/">Wolfram Alpha</a> and <a href="https://chat.openai.com/chat">ChatGPT</a>
<div><code>mobibot: wolfram days until christmas</code></div>
<div><code>mobibot: wolfram 1 gallon to liter</code></div>
<div><code>mobibot: chatgpt explain quantum computing in simple terms</code></div>
</li>
<li>Displaying weather information
<div><code>mobibot: weather san francisco</code></div>
@ -116,13 +116,13 @@
<li>Random jokes from <a href="https://v2.jokeapi.dev/">Sv443's JokeAPI</a>
<div><code>mobibot: joke</code></div>
</li>
<li>Rolling dice or Playing war and rock paper scissors
<li>Playing dice, war or 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>
<li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a> and <a href="https://joinmastodon.org/">Mastodon</a></li>
</ul>
<p>Some of the internal features include RSS feed backlogs, rolling logs, debugging toggle and much more.</p>