https://github.com/prenagha/greg-sargent-rss-filter
Greg Sargent, New Republic, Daily Blast, DSR Network
https://github.com/prenagha/greg-sargent-rss-filter
aws lambda podcast rss xml
Last synced: 2 months ago
JSON representation
Greg Sargent, New Republic, Daily Blast, DSR Network
- Host: GitHub
- URL: https://github.com/prenagha/greg-sargent-rss-filter
- Owner: prenagha
- License: unlicense
- Created: 2025-01-28T22:19:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-01T16:51:43.000Z (7 months ago)
- Last Synced: 2026-03-29T21:43:37.313Z (3 months ago)
- Topics: aws, lambda, podcast, rss, xml
- Language: Python
- Homepage: https://newrepublic.com/podcasts/the-daily-blast-greg-sargent
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Daily Blast, Greg Sargent, DSR Network RSS Feed Filter
Given a paid private DSR network RSS feed,
filter out and include only Daily Blast podcasts,
from within the last 10 days,
and return those in RSS 2.0 XML format.
The script can be easily deployed as an AWS lambda.
The XML is created by hand, which is unfortunate, but all the RSS
and XML libraries I could find for python depend on the lxml library
which is difficult to get working on AWS Lambda since it requires a
native binary.