flashpoint-house / housebot

The Flashpoint House Bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Housebot

The Flashpoint Housebot

Quick start

  1. Install Vagrant
  2. Install VirtualBox
  3. git clone https://github.com/litaio/development-environment.git lita-dev
  4. cd lita-dev
  5. vagrant up - This will take a few minutes the first time.
  6. vagrant ssh
  7. lita-dev

After the last step, you will be dropped into a shell in a Debian system inside the /home/lita/workspace directory. This directory is shared with the "workspace" directory on your host computer inside the repository you cloned. The system has Redis, Ruby, and Lita already installed.

Next steps

To run Lita:

HOUSEBOT_SLACK_TOKEN='<token>' lita

To add a handler, just create a .rb file in the handlers directory. It will automatically be loaded.

License

MIT

About

The Flashpoint House Bot

License:MIT License


Languages

Language:Ruby 92.5%Language:Dockerfile 7.5%