interlock-network / knowbot

Knowbot is like Linux BASH for knowing things in a Github knowledgebase repository
GNU General Public License v3.0
0 stars 1 forks source link

make it easy to reconfigure knowbot for other orgs #16

Closed blairmunroakusa closed 2 years ago

blairmunroakusa commented 2 years ago

Knowbot needs to be reconfigurable, so that other orgs can use it for their own knowledgebase purposes.

The goal is to make it so that knowbot can be programmed for any repository, as long as it meets the basic flat with 1-deep directory structure.

For example, in our organization, we may have two knowbots running, one responding to kbpub for our public knowledgebase, and one responding to kbpri for our private knowledgebase.

The idea is to at some point integrate the bots into one, where we could search between both public and private repositories with a command like kb*.

blairmunroakusa commented 2 years ago

Done. Could use extra issue for adding >1 repo to knowbot...that would be a larger project though.