Skip to content

Simple script which periodically checks if RaspberryPi Zero is back in stores and sends notification email if so.

License

Notifications You must be signed in to change notification settings

satanowski/rpi0watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi0watch

Simple script which periodically checks if RaspberryPi Zero is back in stores and sends a notification email if so.

Requirements

  • Python >= 3.4

Configuration files example

maillist.json

[
  "some.email@gmail.com",
  "another.email@gmail.com",
  "yetanotheremail@yahoo.com"
]

gmail.json

{
  "login": "youremail@gmail.com",
  "pass": "app.password"
}

About

Simple script which periodically checks if RaspberryPi Zero is back in stores and sends notification email if so.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published