- Telegram bot for sending camera captures
- Program for motion detection and write video and images
- Config for systemd service for start telegram bot
sudo apt install python3-pip
sudo pip3 install python-telegram-bot
sudo apt install python3-watchdog
sudo apt install python3-opencv
sudo apt install python3-matplotlib
copy file telegrambot.service to /etc/ststemd/service
sudo systemctl daemon-reload
sudo systemctl enable telegrambot.service
sudo systemctl start telegrambot.service
python3 ./motion_detect.py
Author TechnoMag 2021