Skip to content

ecliptik/steve-dave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Slack Status Update

steve-dave

Docker container to automatically update Slack status.

Inspired by benpbolton/slack-autostatus/.

Container will do the following

  • Run in a loop
  • At random intervals send message + emoji payload to update Slack workspace status

Requirements

Create Slack Personal Token for workspace to auto-update

Build

docker build -t steve-dave .

Run

Run container passing the SLACK_PERSONAL_TOKEN generated in the Requirements step. Run in background to continually update status at random intervals.

docker run -it -e "SLACK_PERSONAL_TOKEN=xoxp-XXXXXXXXXXXXXXXXXXXXXX" steve-dave -d

or with docker-compose, create a .env file with SLACK_PERSONAL_TOKEN=xoxp-XXXXXXXXXXXXXXXXXXXXXX and run,

docker-compose up -d

About

Random Slack Status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published