SurvBot/README.md

22 lines
476 B
Markdown
Raw Normal View History

2019-11-16 14:51:00 +00:00
### 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")
#### Requirments:
- video feed
- server
- telegram bot
- tls endpoint
2019-11-16 15:07:37 +00:00
#### 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
2019-11-16 14:51:00 +00:00
#### Result:
![](1.png)