It's a telegram bot that allows, through a graphic interface, to indicate whether one is working from home or on site.
We have used for that telegraf a library which allows us to make our bot on telegram, in JavaScript, with a data storage in the form of a Json.
docker-compose build
docker run -it botpresence bash
docker-compose up --build botpresence
docker stop botpresence:latest
docker kill $$(docker ps)
❌ means not present on site || ✅ means present on site
Find this document incomplete? Leave a comment!