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 2,504 Jan-11-2025, 07:03 AM
Last Post: Gribouillis
  code timer Curbie 2 1,114 Aug-21-2024, 04:41 PM
Last Post: Curbie
  hardware timer raspberry pico trix 4 2,039 Jun-27-2024, 09:29 AM
Last Post: Larz60+
  [SOLVED] [listbox] Feed it with dict passed to class? Winfried 3 1,934 May-13-2024, 05:57 AM
Last Post: Larz60+
Exclamation Multi-Threaded Camera Feed issue Khajababa69 0 2,152 May-05-2024, 09:44 PM
Last Post: Khajababa69
  Draw bounding boxes on live feed Jerome 0 1,897 Jan-20-2024, 10:50 PM
Last Post: Jerome
  timer strange ? trix 4 2,448 Nov-21-2023, 06:01 AM
Last Post: trix
  using threading.Timer for function korenron 1 3,688 Dec-20-2022, 01:09 PM
Last Post: ndc85430
  How to parse a live feed in Python? Daring_T 2 11,878 Jan-20-2022, 04:17 AM
Last Post: Daring_T
  Feed List items with Integer euras 9 6,970 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