Skip to content

jamesbcook/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published