2022-05-23 19:02:53 -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.
|
|
|
|
|
|
2022-05-23 19:38:21 -07:00
|
|
|
# Configuring and running
|
2022-05-23 19:02:53 -07:00
|
|
|
|
|
|
|
|
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
|
2022-05-23 19:38:21 -07:00
|
|
|
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]"`
|