Book Image

Raspberry Pi Embedded Projects Hotshot

Book Image

Raspberry Pi Embedded Projects Hotshot

Overview of this book

Table of Contents (20 chapters)
Raspberry Pi Mechatronics Projects HOTSHOT
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Setting up an e-mail feed parser to refill a prescription as well as remind the user about an upcoming doctor's appointment


In this task, we will discuss setting up an LED to alert a person about an incoming e-mail to refill a prescription or when there is an upcoming doctor's appointment.

Just in case you skipped through Project 6, Raspberry Pi as a Personal Assistant, the python-feedparser tool and the python-gdata tool have to be installed:

sudo apt-get install python-feedparser
sudo apt-get install python-gdata

Note

This task is similar to the e-mail notifier we set up in Project 5, Internet of Things Example – An E-mail Alert Water Fountain. We will just discuss a minor modification to blink an LED when there is an e-mail in the inbox to refill a prescription.

Engage thrusters

  1. We will get started by checking for any new incoming e-mails:

    email = feedparser.parse(proto+username+":"+password+"@"+server+path)
  2. Let's assume the prescription refill reminder e-mail subject is called Walgreens....