https://github.com/abennett/pear
A Slack-based app that encourages pairing sessions via "gamification".
https://github.com/abennett/pear
Last synced: 10 months ago
JSON representation
A Slack-based app that encourages pairing sessions via "gamification".
- Host: GitHub
- URL: https://github.com/abennett/pear
- Owner: abennett
- Created: 2019-11-15T16:34:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T20:45:01.000Z (about 3 years ago)
- Last Synced: 2025-06-07T13:05:48.414Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deployment
Pear requires the following environmental variables:
- `SLACK_SECRET` from the app settings in Slack
- `SLACK_TOKEN` from the app settings in Slack
- `SLACK_CHANNEL` the slack channel Pear with use
- `DATABASE_URL` the PostgreSQL connection string
- `PORT` the port Pear will listen on
- `DEBUG` true for debug logging(optional)
Pear also requires a publically accessible endpoint for slack to post its webhooks to.