Open-source server for push notifications from cryosparc jobs

Hi everyone,

following this thread, I’ve created a very simple server for push notifications that uses a wonderful ntfy.sh service, CRYOSPARC_SLACK_WEBHOOK_URL variable (thanks @wtempel) and vanilla python code.

You can find it on github: GitHub - marinegor/ntfy_cryosparc: Very simple HTTP server in pure python for processing local cryosparc notifications and posting them to a ntfy.sh channel.

My motivation for that is, sometimes it’s tempting to constantly check if your long-running job has finished running (at least for me). To not have this temptation anymore, you can now get push notifications when the job is ready or has failed, and not keep checking the web-interface.

Please leave your feedback in this thread, and consider contributing to the server on github!

4 Likes