https://github.com/unasuke/github-notification-reminder
https://github.com/unasuke/github-notification-reminder
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/unasuke/github-notification-reminder
- Owner: unasuke
- License: mit
- Created: 2019-03-20T00:58:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T20:09:10.000Z (about 3 years ago)
- Last Synced: 2025-02-11T09:47:46.506Z (over 1 year ago)
- Language: Ruby
- Size: 317 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# GitHub notification reminder

[](https://dependabot.com)
## What

Post participating notifications to your slack channel as bot user.
## How to use
[](https://heroku.com/deploy?template=https://github.com/unasuke/github-notification-reminder)
### Generate Slack bot user token

### Generate GitHub personal access tokens
Visit here

### Set environment vars
- `SLACK_API_TOKEN`
- `GITHUB_API_TOKEN`
- `SLACK_CHANNEL`
See `.env.sample` also.
### Invoke `remind.rb`
That's all!