Skip to content

Instantly share code, notes, and snippets.

@drunet
drunet / twiliotemp2.py
Created February 12, 2016 02:18 — forked from laurenorsini/twiliotemp2.py
Temperature Sensor That Texts With Twilio 2
#Original code by Adafruit
import os
import glob
import time
from twilio.rest import TwilioRestClient
client = TwilioRestClient(account='abc', token='123')