Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/funkymed/bender-slack-bot

a slack bot with command and plugin
https://github.com/funkymed/bender-slack-bot

Last synced: 2 months ago
JSON representation

a slack bot with command and plugin

Awesome Lists containing this project

README

        

Bender Slack Bot
--
Author
--
Cyril Pereira

Configuration
--
```bash
$ docker-compose up -d
$ docker exec -it bender_php composer install --no-interaction --optimize-autoloader --quiet
```

Installation
--
Put anywhere on a server
On your slack team area go to /services/new
Add an Outgoing WebHooks

Select a channel, trigger words must be not filled

Put a complete url with the index.php on it
ex: http://www.yourserver/bender

and that it

Go to your channel page en type !help

Create your own plugin
--
create a service :

```php