Python Forum
Find today's RSS entries with feedparser
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Find today's RSS entries with feedparser
#3
OK, my grasp of Python code is tenuous. :) I'm having a hard time building the final code from your examples. (sorry)

How do I even see the list of date and times column for:

for n in range(10):
    dgtw['entries'][n]['published']
If I print(dgtw), I see all entries.

I noticed you have today_match listed 3 times. Do I need all three?

today_match =  f', {today}'
    today_match
', 12'
    today_match =  ', 11'
What's the final output supposed to look like?
Reply


Messages In This Thread
Find today's RSS entries with feedparser - by Biks - Jun-11-2019, 11:40 PM
RE: Find today's RSS entries with feedparser - by Biks - Jun-12-2019, 02:41 PM

Forum Jump:

User Panel Messages

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