mirror of https://github.com/Askill/SurvBot.git
26 lines
561 B
Markdown
26 lines
561 B
Markdown
### 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
|
|
|
|
|
|
#### 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:
|
|

|