firstlookmedia / flock-server

🦉 Flock is a privacy-preserving fleet management system powered by osquery and the Elastic Stack
GNU General Public License v3.0
19 stars 1 forks source link

Support restricted bot #41

Closed micahflee closed 4 years ago

micahflee commented 4 years ago

This updates pykeybasebot (and other dependencies), which makes it possible to create a "restricted bot" -- a keybase bot that's not a member of a team, but can still be added to a team and just access messages when it's mentioned.

You'll now be required to provide a KEYBASE_CONV_ID instead of KEYBASE_TEAM and KEYBASE_CHANNEL.

Resolves #38.