Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 795 Bytes

README.md

File metadata and controls

44 lines (29 loc) · 795 Bytes

IS GOAT BURNING?

We'll checking if The Gävle Goat is burning

SOURCES

https://en.wikipedia.org/wiki/G%C3%A4vle_goat

https://pypi.org/project/vidgear/

https://pypi.org/project/yt-dlp/

https://github.com/gunarakulangunaretnam/fire-detection-system-in-python-opencv

https://docs.python.org/3/library/email.examples.html

INSTALLING

pip install -r requirements.txt

CONFIGURATION

fill .evn file

example:

SOURCE="https://youtu.be/TqvguE5cKT0"
SENDER="sender"
SENDER_PASSWORD="password"
RECIPIENTS="recipient1,recipient2"
EMAIL_HOST="smtp.gmail.com"
EMAIL_PORT=587
LOGGING=true
VIDEO_OUTPUT=true
CHECKS_PER_SECOND=1.0

CODING STANDARD

black -l 128 .

flake8 --exclude=venv --max-line-length=128