Skip to content

osdc/osdc-bot

Repository files navigation

OSDC Bot

travis status Join the chat at https://gitter.im/osdc/Hackers

This bot lives at https://gitter.im/osdc/Hackers

Installation:

$ npm install
$ pip install -r requirements.txt

Running:

$ python server.py
$ TEST=true node chatbot.js # Run locally with I/O to stdin and stdout.

Testing:

Run code linter: npm run-script lint

Run frontend tests: npm run-script frontend_tests