Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/blakewilliams/cleverslack
- Owner: BlakeWilliams
- Created: 2015-01-01T02:32:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-01T02:43:50.000Z (about 10 years ago)
- Last Synced: 2024-04-15T22:30:20.648Z (9 months ago)
- Language: Elixir
- Homepage:
- Size: 113 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.