DoorBot provides a slack integration for connecting the office door to the LC Slack.
Just write any character/word to @doorbot in a private message and the door opens.
- clone this repo to
/opt/
npm install
cp config.json.dist conig.json
- put the correct Slack API Token and whitelist in config.json
- put
doorbot.sh
to/etc/init.d
and make it executable - execute
sudo update-rc.d doorbot.sh defaults
on RPi or corresponding command on your OS.