Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 625 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 625 Bytes

Keybase <-> Slack Bridge

Connect Slack Messages to Keybase and vice-versa.

Chat with me at marcopolo on keybase, if you're setting this up!

Setup

Create a Bot on Slack, fill the api keys in bridge_config.toml.

Create a bot on Keybase (same flow as a normal account). Create a paperkey for the bot. Fill in the values in bridge_config.toml.

Set the environment variable of BRIDGE_CONFIG to the path of the config file. Bonus points if you use KBFS to securely store the config! (It contains secrets, so don't commit it!) e.g.: BRIDGE_CONFIG=/keybase/private/marcopolo,cryptic_msngr/bridge_config.toml cargo run