https://github.com/dfirebaugh/um3-wooter
woots about new printjobs from ultimaker 3 in a slack channel
https://github.com/dfirebaugh/um3-wooter
Last synced: 10 months ago
JSON representation
woots about new printjobs from ultimaker 3 in a slack channel
- Host: GitHub
- URL: https://github.com/dfirebaugh/um3-wooter
- Owner: dfirebaugh
- Created: 2018-12-29T19:08:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-27T01:38:48.000Z (over 6 years ago)
- Last Synced: 2025-05-18T09:37:43.867Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# um3-wooter
woots about new ultimaker 3 printjobs in a slack channel
The docker container compiles the go program and schedules it to run every 5 minutes (via cronjob).
## .env file
a .env file must be created in the root of this repo that stores the environmental variables.
> SLACK_HOOK=https://< url to slack hook >
> SLACK_HOOK_ALL=https://< url to slack channel that gets all messages >
> UM3_URI=https://< url to ultimaker api>/um3/print_job
## How to start
Build the docker container
> docker-compose build
Stand up the docker container
> docker-compose up