This creates a barebones keybase bot. The only command that's implemented is help, which lists commands, and also there's list_users but it's not implemented yet.
Rather than finishing all of the functionality of the bot in this PR, I'm going to merge this and open separate issues for each keybase bot feature.
Resolves #2.
This creates a barebones keybase bot. The only command that's implemented is
help
, which lists commands, and also there'slist_users
but it's not implemented yet.Rather than finishing all of the functionality of the bot in this PR, I'm going to merge this and open separate issues for each keybase bot feature.