A german bot for slack to manage an upcoming table football session.
When you added the bot to slack with a name like "kicker", you have the following options.
/kicker +1
Immediately after four players are registered, they get a notification to go to the table. They also get a warning, if a session has started in the last half hour.
/kicker -1
/kicker list
/kicker reset
/kicker help
npm install
npm start
Add Custom Environment Variables to OpenShift Gear
Example: NODE_PATH=${OPENSHIFT_HOMEDIR}app-root/repo/config:${OPENSHIFT_HOMEDIR}app-root/repo/app/controllers
echo -n ${OPENSHIFT_HOMEDIR}app-root/repo/config:${OPENSHIFT_HOMEDIR}app-root/repo/app/controllers > ~/.env/user_vars/NODE_PATH