Using Python to get push notifications from an RSS feed?

J

John Salerno

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 arelevant player, but how do I check the RSS feed (constantly) in the firstplace? 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 checkthe newest updates since the last time, and not everything?

Thanks!
John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top