efagerberg / PiCam

A python file that controle a PiCam, LEDs, and motion sensor.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiCam

A python3 file that controls a Raspberry Pi camera, LEDs, and motion sensor.

Configure Sendgrid

Make an account and generate a free API Key https://sendgrid.com/free/?source=sendgrid-python

Configure your enviornment

  • echo "export SENDGRID_API_KEY='YOUR_API_KEY'" > sendgrid.env
  • echo "sendgrid.env" >> .gitignore
  • source ./sendgrid.env

For cloning: https://github.com/efagerberg/PiCam.git

About

A python file that controle a PiCam, LEDs, and motion sensor.

License:MIT License


Languages

Language:Python 100.0%