Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/funkymed/bender-slack-bot
- Owner: funkymed
- Created: 2014-11-02T00:19:23.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2019-05-23T07:58:08.000Z (over 5 years ago)
- Last Synced: 2024-04-13T16:21:42.124Z (9 months ago)
- Language: PHP
- Size: 438 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bender Slack Bot
--
Author
--
Cyril PereiraConfiguration
--
```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 WebHooksSelect a channel, trigger words must be not filled
Put a complete url with the index.php on it
ex: http://www.yourserver/benderand that it
Go to your channel page en type !help
Create your own plugin
--
create a service :```php