ansuz / hyperbot

uses primitive markov chains to simulate a hyperborian
3 stars 2 forks source link

Hyperbot

Getting started

  1. Get the source
    • git clone https://github.com/ansuz/hyperbot.git;cd hyperbot
  2. install stuff
    • npm install
  3. copy over the default config and edit it to suit your tastes
    • cp sample.config.agml config.agml
  4. start it up!
    • node hyperbot.js

How the conf works

As the extension suggests, this is AGML. Each block is delimited by a starting and ending ---, and can be used to define a new network.

At present, the relevant variables are:

What the bot does