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
  Best way to feed python script of a file absolut 6 1,030 Jan-11-2025, 07:03 AM
Last Post: Gribouillis
  code timer Curbie 2 622 Aug-21-2024, 04:41 PM
Last Post: Curbie
  hardware timer raspberry pico trix 4 1,191 Jun-27-2024, 09:29 AM
Last Post: Larz60+
  [SOLVED] [listbox] Feed it with dict passed to class? Winfried 3 1,236 May-13-2024, 05:57 AM
Last Post: Larz60+
Exclamation Multi-Threaded Camera Feed issue Khajababa69 0 1,394 May-05-2024, 09:44 PM
Last Post: Khajababa69
  Draw bounding boxes on live feed Jerome 0 1,179 Jan-20-2024, 10:50 PM
Last Post: Jerome
  timer strange ? trix 4 1,661 Nov-21-2023, 06:01 AM
Last Post: trix
  using threading.Timer for function korenron 1 2,063 Dec-20-2022, 01:09 PM
Last Post: ndc85430
  How to parse a live feed in Python? Daring_T 2 8,059 Jan-20-2022, 04:17 AM
Last Post: Daring_T
  Feed List items with Integer euras 9 5,632 May-19-2021, 07:45 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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