Skip to content

Instantly share code, notes, and snippets.

@rmanalan
rmanalan / raspi-gmail.py
Created October 16, 2012 05:37 — forked from ladyada/raspi-gmail.py
Raspberry Pi LED E-mail Notifier
cat <<! > raspi-gmail.py
#!/usr/bin/env python
import RPi.GPIO as GPIO, feedparser, time
DEBUG = 1
USERNAME = "username" # just the part before the @ sign, add yours here
PASSWORD = "password"