Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

ssegma/RaspberryLCDNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RaspberryLCDNotifier

RpiGmailer

  • Raspberry Pi LCD notifier in Python
  • Shows number of unread email on dot matrix LCD.
  • Email status updates every sec.

Hardware

  • Raspberry Pi
  • 16x2 dot matrix LCD

How to use it.

  1. install RPi GPIO; https://pypi.python.org/pypi/RPi.GPIO
  2. install feedparser ;; sudo pip install feedparser
  3. Update USERNAME and PASSWORD in line 205
  4. Enjoy then..

Prerequisites/Library

How this works

  • Gmail provides ATOM feed service thru "https://{}:{}@mail.google.com/gmail/feed/atom".format(USERNAME, PASSWORD))"
  • With feedparser, we break it down, and search for [fullcount] field.
  • After parsing unread count, display it in format on the dot matrix LCD display.

Reference

About

Raspberry Pi LCD notifier in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages