Need to nag someone to take action on something over slack?
Let Nagbert do it. He'll regularly follow up, and let you know when everyone has taken action, leaving you free to do what you do best.
Run command "npm run start" to run the bot
Nagbert responds to the following commands in slack:
Hi - Nagbert will introduce himself and display a list of commands nag - Nagbert will initiate a conversation to begin a nagging topic
This service expects a _secret.json file with the following structure
{
"token": "xoxb-<numeric>-<alphanumeric>"
}
The token is a slack bot user token created in the team you wish to apply this bot.
Service is for now intended to be deployed by you, somewhere you control.
-
Extract responses from conversation steps -
React according to responses
-
Repeat back the settings to the user starting the nag -
Make confirm Y/n buttons
-
Save a finalized nagging topic to team level json storage'
-
Make a scheduled job with the nagging topics
-
Start conversation with nagees and notify the nagger who has been nagged
-
Make confirm y/n buttons for nagees to let nagbert know they've completed their task.