https://github.com/toverux/geekdpt-slack-bot
Slack Bot(s) for GeekDpt team
https://github.com/toverux/geekdpt-slack-bot
Last synced: 4 months ago
JSON representation
Slack Bot(s) for GeekDpt team
- Host: GitHub
- URL: https://github.com/toverux/geekdpt-slack-bot
- Owner: toverux
- License: gpl-3.0
- Created: 2015-09-25T11:50:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T15:28:35.000Z (over 9 years ago)
- Last Synced: 2025-02-26T06:32:36.198Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 107 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# geekdpt-slack-bot
Custom bots and commands for the GeekDpt team on Slack.
The application uses the Symfony Console component to map a standard command (useable via CLI) over HTTP with the Slack Outgoing/Incoming APIs.In the Symfony CLI context, the commands are available under the `gk:` namespace between the Symfony-provided commands. Over HTTP, a "virtual" CLI application is used, containing only the `gk:` commands.
Test the commands with Symfony like any other command, eg. with `man` :
$ bin/console gk:man welcome
Use the same command on Slack:/gk man welcome
Or the shortcut:/man welcome
To display help on a command usage:/gk help man
List commands:/gk list