Sha256: cdffeb08a03405f0f6472bef3161f3737d540274621636c0112a6c2f7d37e4d6

Contents?: true

Size: 512 Bytes

Versions: 1

Compression:

Stored size: 512 Bytes

Contents

# Markov chains for Lita

Listens to your public chat rooms and generates Markov chain databases
for each user.

## Installation

Add `lita-markov` to your Lita instance's Gemfile:

``` ruby
gem 'lita-markov'
```

## Usage

The bot will automatically ingest all messages into the Redis-backed Markov
chain database. You can then query the bot for a generated chain:

```
user> mybot markov dirk
mybot> I love cookies!
```

## License

Licensed under the 3-clause BSD license. See [LICENSE](LICENSE) for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lita-markov-0.0.1 README.md