Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #70621 > unrolled thread

Using Python to get push notifications from an RSS feed?

Started byJohn Salerno <johnjsal@gmail.com>
First post2014-04-25 19:48 -0700
Last post2014-04-25 19:48 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Using Python to get push notifications from an RSS feed? John Salerno <johnjsal@gmail.com> - 2014-04-25 19:48 -0700

#70621 — Using Python to get push notifications from an RSS feed?

FromJohn Salerno <johnjsal@gmail.com>
Date2014-04-25 19:48 -0700
SubjectUsing Python to get push notifications from an RSS feed?
Message-ID<e0634b2a-e3e8-40e1-9b94-80eea0dea35b@googlegroups.com>
As a little project for myself (and to help get immediate player notes for my fantasy baseball team), I'm wondering what modules I might need to do this. Basically, I'd like to get immediate notification when a new player note has been added to an RSS feed.

Since it will only be for specified players, I suppose I would use something like ElementTree to read the data and figure out if the update is about a relevant player, but how do I check the RSS feed (constantly) in the first place? I was reading a little about Universal Feed Parser, but I'm still not sure about how to do the "push" notification aspect.

I'd like immediate notifications if possible, or will I have to settle for periodically checking the feed? If the latter, how do I ensure I only check the newest updates since the last time, and not everything?

Thanks!
John

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web