Sign inSign up

heywill/will

By heywill

Updated over 8 years ago

Will is a friendly, easy-to-teach bot for Slack, Hipchat, Rocket.chat, and more.

Image
1

650

heywill/will repository overview

Will is the friendliest, easiest-to-teach bot you've ever used.
He works on Slack, Hipchat, Rocket.chat, and more - so you can build your bot without platform lock-in.
Source code at: https://github.com/skoczen/will
Web site at: https://heywill.io

Usage

Before getting started, will requires some sort of place to store things; this can be a Redis, Couchbase, or local storage. We like redis and have a pre-built service using docker-compose leveraging a redis backend. You can find more details here: http://skoczen.github.io/will/deploy/.

If you want to roll your own storage and service, go for it! Just remember to link your container to your chose backend.

Note: the latest tag represents the latest release for heywill/will-base:latest (which will be based on the most recent python3.x alpine images). If you want to control your python version, checkout the tags for more options.

Parameters

-p http port for will to handle HTTP requests on -v path(s) to map into will's home directory; in the container this is /opt/will/. Some items you may wish to map: - <path/to/config.py>:/opt/will/config.py instance's config.py file - <path/to/plugins/directory>:/opt/will/plugins instance's custom plugin directory - <path/to/templates/directory>:/opt/will/templates instance's custom template directory

Tag summary

Content type

Image

Digest

Size

92 MB

Last updated

over 8 years ago

docker pull heywill/will