Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Raspberry Pi Embedded Projects Hotshot
  • Table Of Contents Toc
  • Feedback & Rating feedback
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By : Sai Yamanoor, Srihari Yamanoor
close
close
Raspberry Pi Embedded Projects Hotshot

Raspberry Pi Embedded Projects Hotshot

By: Sai Yamanoor, Srihari Yamanoor

Overview of this book

This book is targeted towards beginners and intermediate designers of mechatronic systems and embedded system design. Some familiarity with the Raspberry Pi and Python programming is preferred but not required.
Table of Contents (15 chapters)
close
close
14
Index

Setup of the e-mail alerts in the fountain

In this task, we will review setting up e-mail alerts from Gmail accounts. We can blink an LED (as shown in this step) or flash the RGB LED strip (this has to be executed by the reader) when an e-mail of a specific category is received (for example, work e-mail).

Prepare for lift off

We will get started by installing the python-feedparser tool. Google provides a read-only inbox feed and we will make use of the feedparser module to determine whether we received any new e-mails.

sudo apt-get install python-feedparser

Engage thrusters

  1. In order to log in and parse through the e-mail feed, we get started by importing the feedparser module:
    import sys
    import feedparser
  2. We will define the variables, including the Gmail username and password (changed to generic names below) along with the function that retrieves all unread e-mails. Refer to the following example:

    Note

    In this example, we are just retrieving the count of any new unread e-mails. It is possible to...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech

Create a Note

Modal Close icon
You need to login to use this feature.
notes
bookmark search playlist font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Delete Note

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Edit Note

Modal Close icon
Write a note (max 255 characters)
Cancel
Update Note

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY