Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 592 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 592 Bytes

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