This bot lives at https://gitter.im/osdc/Hackers
$ npm install
$ pip install -r requirements.txt
$ python server.py
$ TEST=true node chatbot.js # Run locally with I/O to stdin and stdout.
Run code linter: npm run-script lint
Run frontend tests: npm run-script frontend_tests