Install pre-commmit following the directions from here. If you're on a Mac with homebrew
, the easiest way is brew install pre-commit
.
Then, run pre-commit install
. You only need to do this once.
Now, pre-commit will run automatically when you make a commit, and will fix files for you. Make sure to add the changed files after pre-commit runs!
cd build
cmake ..
make
./camera
-
cd
tosrc/message/
-
Make a
.env
file withTWILIO_ACCOUNT_SID
andTWILIO_AUTH_TOKEN
set to your account SID and Auth Token -
macOS:
brew tap twilio/brew && brew install twilio
-
twilio login
-
pip install twilio
python app.py
inclient/
- Make a
.env
file withSECRET_KEY
andMONGODB_URI
requirements.txt
inclient/
- http://127.0.0.1:5000