mirror of https://github.com/Askill/SurvBot.git
|
|
||
|---|---|---|
| .gitignore | ||
| 1.png | ||
| README.md | ||
| app.py | ||
| com.py | ||
| config.py | ||
| data1.json | ||
| motion_detector.py | ||
| requirements.txt | ||
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
