Get notified of new releases to your favorite github projects via slack.
The updater.py checks each midnight for new releases based on the content of the configuration file and sends a notification via slack.
We're currently running this scheduled job via circleci, please see circleci config for further details.
Feel free to clone/fork the repo, update the repos.txt and in circleci add a new environment variable called SLACK_WEBHOOK.
Tests are run as part of the build, locallyy you can try and run the dockerbuild.
docker build -t ert:0.1 .
Contributions are welcome, feel free to open a PR, the project is still under heavy development.