Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
email timer/rss feed timer
#1
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?
Reply
#2
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Draw bounding boxes on live feed Jerome 0 228 Jan-20-2024, 10:50 PM
Last Post: Jerome
  timer strange ? trix 4 526 Nov-21-2023, 06:01 AM
Last Post: trix
  using threading.Timer for function korenron 1 1,154 Dec-20-2022, 01:09 PM
Last Post: ndc85430
  How to parse a live feed in Python? Daring_T 2 3,953 Jan-20-2022, 04:17 AM
Last Post: Daring_T
  Feed List items with Integer euras 9 3,846 May-19-2021, 07:45 PM
Last Post: snippsat
  Running a few lines of code as soon as my timer ends nethatar 3 2,353 Feb-26-2021, 01:02 PM
Last Post: jefsummers
  splitting UAV/sat images to smaller pieces in order to feed a CNN hobbyist 0 1,503 Dec-08-2020, 11:48 AM
Last Post: hobbyist
  input timer Nickd12 13 4,732 Dec-08-2020, 01:55 AM
Last Post: Nickd12
  input timer Nickd12 0 1,626 Nov-18-2020, 12:31 AM
Last Post: Nickd12
  Rotation Effect on live Webcam Feed Leziiy 0 1,576 Sep-12-2020, 04:25 PM
Last Post: Leziiy

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020