Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.32 KB

CinchBot

Hi, I'm the CinchCast's Hubot

bot

Installing

git clone [email protected]:benjamine/CinchBot.git
npm install

Ensure a local redis instance is available to store the robot brain.

For skype adapter follow instructions here

Running

If using skype, before starting this bot, be sure the skype client is started and logged in with the bot's account.

Chat with the bot using the console:

coffee cinchbot

Start using an adapter:

coffee cinchbot -a skype

You can keep it running using forever:

npm install -g forever
cinchbot.bat

Updating or adding new scripts

  • Clone this repository in your machine
  • Add new scripts in the /scripts folder
  • Add any required dependency at package.json
  • git commit, git push
  • Add require environment variables at env.data file or at redis hash ```hubot:env``
  • (the previous steps can be done using github website for simple changes)
  • Tell hubot to update itself: hubot update (he will perform a git pull and npm update)
  • Tell hubot to restart: hubot die