5165bf3f2c80daf4aa23f20f3e5e918876b2cbe5
* Add .gitignore to individual data directories, so they can manage their own ignored files * Remove redundant ignored patterns from the root .gitignore that is now handled by these individual gitignores (see previous note) * Remove pickle files from .gitignore since those aren't being used by any plugin anymore 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%