Skip to content

hypeserver/impferator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Impferator

Checks availability on Doctolib, sends a notification to a slack channel.

How to use

Create a slack app, add a new incoming webhook integration, copy the url and add it to env variables as SLACK_WEBHOOK.

Dependencies:

requests

Example usage:

pip3 install requests
SLACK_WEBHOOK=<url> python3 check.py

You can create a cronjob configuration or a simple bash loop to make it run regularly:

pip3 install requests
export SLACK_WEBHOOK=<url>
while true; do python3 checkall.py; sleep 60; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages