Alek Ratzloff da7d1501e2 markov: Add utility method for last access time update
* Chain.__touch() is a new function that updates the last time a markov
  chain was accessed
* Fix a bug that would not reliably update the last access time of the
  chain during Chain.add()

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-06-03 18:18:18 -07:00
2022-05-23 19:04:03 -07:00
2022-05-30 17:40:17 -07:00
2022-06-03 17:21:20 -07:00
2022-06-03 17:21:20 -07:00
2022-05-27 19:16:44 -07:00
2022-05-30 20:17:21 -07:00
2022-05-23 20:54:54 -07:00
2022-05-23 20:54:54 -07:00

omnibot

"Fourth time's the charm!"

This is an IRC chatbot that can be extended with plugins. Omnibot comes with a few plugins pre-packaged.

Configuring and running

Copy the config.example.toml file to config.toml and fill it out for your needs.

How do I add multiple servers?

Simply put, you don't. Run another instance of the bot with its own configuration if you want to do that.

Running

  1. Install dependencies pipenv install
  2. Run pipenv run python -m omnibot

Troubleshooting

aiohttp fails to install

pipenv run pip install "aiohttp[speedups]"

Description
No description provided
Readme 790 KiB
Languages
Python 99.7%
Dockerfile 0.3%