George is a lightweight JavaScript-based chatbot designed for the Stack Exchange chat network. The goal is to eventually produce a bot that is capable of looking up nearly anything by being asked simple English questions.
In order to use the bot, you will need an active account on the Stack Exchange network with enough reputation to use chat. You will also need PhantomJS installed. (PhantomJS 2.0+ is currently required.)
-
Copy the
config.js.default
toconfig.js
-
Open
config.js
and enter the authentication information -
Run PhantomJS with the following command:
phantomjs --ssl-protocol=any --load-images=false bot.js
We are happy to accept contributions of new code providing the following criteria are met:
- the new code should be technically correct (no security issues, etc.)
- the new code should provide a useful feature
- the new code may not contain any profanity
Pull requests to fix bugs or tweak some of the regular expressions are welcome as well.