Skip to content

A small python script to regularly check the pollen count in an area and send notifications.

License

Notifications You must be signed in to change notification settings

kiran94/PollenTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollenTracker

A small python script to regularly check the pollen count in an area and send notifications.

Setup

  1. Clone Repository
  2. Add Following Enviroment variables:
export GMAIL_USER = YOUR_GMAIL_EMAIL_ADDRESS
export GMAIL_PASSWORD = YOUR_GMAIL_PASSWORD
  1. Update recipent email address list with address(s) you want the notification sent too.
notificationRecipents = [""] # ADD RECIPENT EMAILS TO THIS LIST
  1. You can then add the application to your crontab file.

Alternatively you can run the script without sending any emails and just print the output to stdout. To do this run the file as follows:

python main.py -o 

About

A small python script to regularly check the pollen count in an area and send notifications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages