A telegram bot which notifies the user, when motion on a camera feed is detected
Go to file
Askill d4c5639113 slight rework 2020-05-24 20:48:40 +02:00
.gitignore slight rework 2020-05-24 20:48:40 +02:00
1.png readme 2019-11-16 15:51:00 +01:00
Dockerfile added docker 2019-11-16 22:10:50 +01:00
README.md Merge remote-tracking branch 'origin/master' 2019-11-16 22:10:55 +01:00
app.py requirments 2019-11-16 16:00:50 +01:00
com.py slight rework 2020-05-24 20:48:40 +02:00
config.py slight rework 2020-05-24 20:48:40 +02:00
motion_detector.py slight rework 2020-05-24 20:48:40 +02:00
requirements.txt useability 2019-11-16 16:07:37 +01:00

README.md

SurvBot

This programm monitors a video feed and notifies the user via a telegram bot if motion has been detected.
It can be enabled/disabled via chat commands ("/start", "/stop")

Requirements:

  • video feed
  • server
  • telegram bot
  • tls endpoint

Start

  • rename img to imgs
  • rename data1.json to data.json
  • insert token + key into data.json
  • change config.py to your requirements
  • pip install -r requirements.txt
  • python app.py

Docker

docker build -t survbot .
docker run -d --rm -p 80:5003 survbot

Result: