#slackbot-yubi A basic slack bot that responds to accidental yubikey touches.
-
You need python-slackclient and PyYAML installed.
-
A working Slack bot user
- Copy config.yml.sample to config.yml and fill in your values.
- yubistring: is the first 6 digits of your yubikey otp code (they should always be the same - or put an entire entry, it will get chomped)
- api_token: is your slackbot api token
- yubisays: An array of things you want the bot to respond with.
- run slack_yubi.py - I should probably figure out how to daemonize this or something...