A bot that automatically posts new activity for a tag on StackOverflow to a Slack channel.
285
A wrapper for stackoverflow-slack-bot to automatically post new activity for a tag on StackOverflow to a Slack channel.
Docker Hub: https://hub.docker.com/r/flotwig/stackoverflow-slack-bot
SLACK_API_TOKEN - (required) Your personal Slack API token for sending the channel messages.SO_INTERVAL - Number of seconds to wait between requests to StackOverflow. With a slack.token, this can be as low as 15. Without it, it needs to be higher (max quota is 300/day without a token). Default: 900 (15 minutes)/bot/config.json - A config.json file as described in the stackoverflow-slack-bot README.docker rundocker run --restart=always \
-e SO_INTERVAL=900 \
-e SLACK_API_TOKEN=your-slack-api-token \
-v /my/config.json:/bot/config.json \
flotwig/stackoverflow-slack-bot:latest
docker-compose.yml stackoverflow-slack-bot:
image: 'flotwig/stackoverflow-slack-bot:latest'
restart: always
volumes:
- /my/config.json:/bot/config.json
environment:
- SLACK_API_TOKEN=your-slack-api-token
- SO_INTERVAL=900
Content type
Image
Digest
Size
357.1 MB
Last updated
almost 7 years ago
docker pull flotwig/stackoverflow-slack-bot