Skip to content

JacobSanford/docker-hubot-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

jacobsanford/hubot-slack

Deploy hubot for slack.

Usage

docker run --rm \
    --name hubot-slack \
    -e HUBOT_SLACK_TOKEN= \
    -e REDIS_URL=redis://192.168.2.202:6379/hubotslack \
    -e HUBOT_GOOGLE_API_KEY= \
    -e HUBOT_GOOGLE_CSE_ID= \
    -e HUBOT_GOOGLE_CSE_KEY= \
    unblibraries/hubot-slack

Runtime/Environment Variables

  • HUBOT_SLACK_TOKEN - (Required) The token issued from the Slack bot user page](https://api.slack.com/bot-users).
  • REDIS_URL - (Required) A redis server url in the form redis://PASSWORD@HOST:PORT/KEYPREFIX. Without this, any data saved to the brain will not persist between restarts or nodes.
  • HUBOT_GOOGLE_API_KEY - (Optional) A Google Maps JavaScript API v3 key. This can be obtained through the google developers console.
  • HUBOT_GOOGLE_CSE_ID - (Optional) A google Custom Search Engine to use in searches. Without this, the images returned from the 'animate me' command will not be animated.
  • HUBOT_GOOGLE_CSE_KEY - (Optional) A 'server' API key for the CSE API, available through the google developers console . Without this, the images returned from the 'animate me' command will not be animated.

License

About

Docker Image : Basic, extensible Hubot Slack bot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published