Python Forum

Full Version: email timer/rss feed timer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to create 2 auto-executable timers using python that will run upon windows startup, and these timers are going to be used for checking my gmail account at a user definable interval, and alert me only to the number of emails I have. I'd also like to create an RSS feed timer that does the same thing as the email timer, except that it checks for any changes in specific RSS feeds. Is that possible?
Quote:Is that possible?
Yes.

https://developers.google.com/gmail/api/...art/python

The rss part should be easier, since there's no oauth involved.