Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.85 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.85 KB

jacobsanford/slack-hodor

Docker image : leverages python-rtmbot and python-rtmbot-hodor to monitor mentions of Hodor's name in a Slack channel and reply with a message:

alt text

Hodor's replies are determined by mood.

The 'mood' of reply is determined by comparing the content of the triggering message against a library of words and human interpreted intent scoring. After mood assignment, a message is chosen based on a 'item drop' type selection process that allows for weighting of responses.

Quick Start

  1. Add a bot user to your slack team and obtain the API token.
  2. Deploy the image, passing to it the API token in the SLACK_TOKEN environment variable:
docker run \
       --rm \
       --name hodorbot \
       -e SLACK_TOKEN=_API_TOKEN_OBTAINED_FROM_SLACK_INTEGRATION_ \
       jacobsanford/slack-hodor

License

Sources