requirements.txt
- Python dependencies required for this chapter
dweet_led.py
- A Python program to control an LED using the public dweet.io service.
ifttt_dht_trigger_email.py
- Trigger an IFTTT Applet based on monitored temperature.
thingspeak_dht_http.py
- Publish temperature and humidity using a RESTFul API to the ThinkSpeak IoT Platform.
thingspeak_dht_mqtt.py
- Publish temperature and humidity using MQTT to the ThinkSpeak IoT Platform.