Skip to content

A small Slack bot designed to bother people when needed, usually on a schedule. Not maintained.

Notifications You must be signed in to change notification settings

NumbuhFour/botherbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Botherbot

A small slackbot designed to do simple tasks on a schedule like pinging users. It also has commands to change branches on a specified directory to change what branch a webserver may have deployed there. That requires a seperate, hotloading webserver aimed at that directory.

Deploying

You'll need a tokens.key file in the root of the project, or to define ones path as the first argument.

module.exports = {
  slack: 'xoxb-myslackbotkey-00000000000000000000000',
  admins: [ // List of admin usernames
    'frankie',
    'ronni',
  ],
  operator: 'frankie', // The big admin username
  doLog: true, // Log to what occurs to the operator?
  deployable: true, //Take deploy commands?
  gitpath: '/projects/three/FE-Dev', // Path to execute git checkout commands in
};

About

A small Slack bot designed to bother people when needed, usually on a schedule. Not maintained.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published