Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 879 Bytes

File metadata and controls

36 lines (26 loc) · 879 Bytes

ChatBot

Installation

Make sure to install Keybase.

git clone https://github.com/jamesbcook/chatbot.git
cd chatbot
git submodule init
git submodule update

or

git clone --recurse-submodules https://github.com/jamesbcook/chatbot.git
cd chatbot

The chatbot-plugins directory are all the plugins that can be used with chatbot. Running the following commands will build all the plugins and the main binary:

make plugin-setup
make plugin-build
make build

The Following environmental variables need to be set:

  • CHATBOT_ACTIVE_PLUGINS
    • export CHATBOT_ACTIVE_PLUGINS=/home/keybase/active-plugins/
  • CHATBOT_BACKGROUND_PLUGINS
    • export CHATBOT_BACKGROUND_PLUGINS=/home/keybase/background-plugins/

Please read the plugin README files as they may require their own environmental variables