A simple script that scans public github repos for new issues. Posts a message to slack for all newly created issues.
Environment Variables
- Define
GITHUB_TOKEN
as a personal github auth token - Define
SLACK_WEBHOOK_URL
as a slack webhook url
- Make repo input handler more generic
- Add a user store, allow a user to subscribe to specific repos
- Add more input mechanisms