8e639d50fa7f4091e607c0861c0ba8d8149db69d
The allchain has been a source of headaches because it takes up a lot of memory and slows everything down. However, with the new database model, we can generate markov sentences using all of the rows since they are a flat collection. This helps reduce disk space and increases the import speed significantly. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
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
- Install dependencies
pipenv install - Run
pipenv run python -m omnibot
Troubleshooting
aiohttp fails to install
pipenv run pip install "aiohttp[speedups]"
Description
Languages
Python
99.7%
Dockerfile
0.3%