Try It
Setup
Docker & Docker Compose
Google Cloud Vision
- Follow instructions here to create a Google Cloud Vision Enabled Project and download
key.json
- Open the
env
file at the root of the project and makeWHERE_IS_MY_GOOGLE_CLOUD_PLATFORM_KEY_JSON_FILE
match where you downloaded your file.
Twilio
- Use the promo code DEVHACK20 for $20 when you create your account.
- Create a new Twilio Account (DISCLAIMER: this is my referral link)
- Navigate to your Twilio Console and copy your
ACCOUNT SID
andAUTH TOKEN
into the same.env
file from above. - Buy a Twilio phone number and copy it to your
pyclipper/pyclipper.ini.sample
file.
Finally, change the name of the pyclipper.ini.sample
to pyclipper.ini
Run Application
- Run
docker-compose up
(AFTER FOLLOWING SETUP INSTRUCTIONS)
TODO
-
Get google application credentials into environemnt where its needed. I need to figure out docker for this -
Automatengrok
andtwilio
webhook configuration -
Install twilio cli…