Skip to content

VideoAmp/slackvisord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

slackvisord

SupervisorD event listener for Slack

Installation

  • Generate a Slack Bot User (you will need a bot user token for the supervisord command below)
  • Copy the conf example below to your supervisord.conf file (use absolute path to the slackvisord.py provided here)

supervisord.conf Example:

[eventlistener:slackvisord]
command=/usr/bin/python /opt/slackvisord/slackvisord.py -t "{slack bot token here (starts with xoxb-)}" -c "#some-channel"
events=PROCESS_STATE,TICK_60

About

SupervisorD event listener for Slack API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages