https://github.com/tedder/aws-release-notes-rss
scrape the AWS service release notes and spit out a RSS feed
https://github.com/tedder/aws-release-notes-rss
Last synced: over 1 year ago
JSON representation
scrape the AWS service release notes and spit out a RSS feed
- Host: GitHub
- URL: https://github.com/tedder/aws-release-notes-rss
- Owner: tedder
- License: mit
- Created: 2014-12-26T17:31:57.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T04:25:50.000Z (about 5 years ago)
- Last Synced: 2025-04-11T18:12:28.496Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
aws-release-notes-rss
=====================
Scrape the AWS service release notes and spit out an RSS feed.
Point your newsreader here: https://dyn.tedder.me/rss/aws-release-notes.xml
```
pip3 install PyRSS2Gen requests boto3
```