Willie is a simple, lightweight, open source, easy-to-use IRC Utility bot, written in Python.
491
This container is built on an arch linux + python 3 base and installs the latest version of willie from PyPI.
See: https://github.com/embolalia/willie
Willie is executed inside the container using the following command
willie -c /willie/default.cfg
so at the bare minimum you need to run docker with a configuration file volume:
docker run -v /home/cadair/default.cfg:/willie/default.cfg cadair/williebot
You can also create a full configuration directory by mounting a folder as a volume:
docker run -v /home/cadair/williebot:/willie cadair/williebot
Willie will run a configuration wizard on first run, if you have mounted a configuration directory as above, run the container in interactive mode for the first run and follow the configuration wizard:
docker run -ti -v /home/cadair/williebot:/willie cadair/williebot
Content type
Image
Digest
sha256:3d14f75e1…
Size
206.1 MB
Last updated
over 10 years ago
docker pull cadair/williebot