https://github.com/fourkitchens/drupal-chef-bot
A slackbot for the Drupal slack workspace
https://github.com/fourkitchens/drupal-chef-bot
Last synced: 10 months ago
JSON representation
A slackbot for the Drupal slack workspace
- Host: GitHub
- URL: https://github.com/fourkitchens/drupal-chef-bot
- Owner: fourkitchens
- Created: 2019-12-16T16:20:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-21T18:32:11.000Z (over 6 years ago)
- Last Synced: 2025-01-07T10:20:46.816Z (over 1 year ago)
- Language: PHP
- Size: 114 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Chef bot
## Installation instructions
This bot currently needs to be set up and provided slack tokens on a workspace level. The following environmental variables need to be defined after installing the bot in slack manually.
DATABASE_URL
SLACK_APP_ID
SLACK_CLIENT_ID
SLACK_CLIENT_SECRET
SLACK_SIGNING_SECRET
SLACK_VERIFICATION_TOKEN
SLACK_OAUTH_TOKEN
SLACK_BOT_OAUTH_TOKEN
SLACK_BOT_NAME
run
`composer install`
to install dependencies, then
`bin/console doctrine:migrations:migrate`
to install the database schema. The bot's event endpoint should be set to /api/event and appropiate permissions given.