Skip to content

Instantly share code, notes, and snippets.

View Thinged's full-sized avatar

Thinged.io Thinged

View GitHub Profile
@Thinged
Thinged / take_photo_and_send.py
Last active May 26, 2017 20:19
Script for texting yourself a photo using your Raspberry Pi, Twilio, Cloudinary and Thinged.io
import subprocess
from twilio.rest import Client
import cloudinary
import cloudinary.uploader
import cloudinary.api
# put your own credentials here
twilio_account_sid = ""
twilio_auth_token = ""