stackoverflow-slack-bot
stackoverflow-slack-bot copied to clipboard
Track a tag on StackOverflow and push to Slack
Results
2
stackoverflow-slack-bot issues
Sort by
recently updated
recently updated
newest added
I have followed document and changed config.json as follows ```json { "serverPort": 4000, "tags": "paypal-sandbox;paypal", "so": { "apiBaseURL": "https://api.stackexchange.com/2.2", "dayBack": 1, "hourBack": 0, "minuteBack": 1 }, "slack": { "apiBaseUrl": "https://raj.slack.com/api/",...
question