Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blakewilliams/cleverslack

A Slack <-> Cleverbot bridge, technically a clever Slack bot?
https://github.com/blakewilliams/cleverslack

Last synced: 2 months ago
JSON representation

A Slack <-> Cleverbot bridge, technically a clever Slack bot?

Awesome Lists containing this project

README

        

# CleverSlack

A Slack <-> Cleverbot bridge

## Running

Set your Slack token or bot Slack token as an environment variable named
`SLACK_TOKEN` and the run `mix run --no-halt`

```
SLACK_TOKEN=abc-123 mix run --no-halt
```

## Talking

The bot assumes you always directly reference him. If your bots name is "fred"
you can talk to him like so:

```
blake: @fred: Whatsup?
fred: Okay sure, whatsup?
blake: fred Programming
fred: Computed programming.
```

The rules are somewhat flexible, like permitting a single leading character and
having an optional `:` at the end of the name.