https://github.com/tangledbytes/rss-feed-verifier
https://github.com/tangledbytes/rss-feed-verifier
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tangledbytes/rss-feed-verifier
- Owner: tangledbytes
- Created: 2023-09-14T14:38:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-14T14:38:23.000Z (over 2 years ago)
- Last Synced: 2025-02-14T00:15:39.372Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RSS Feed Verifier
Yes, I use RSS to consume a lot of content. I use YARR (hosted on my homelab) as my feeds aggregator. I cobbled together this script a while back when I was collecting
good engineering blogs. The program does one thing and only one thing and that is, it consumes an OPML file and verifies if the RSS feeds inside the file are valid or not.
I run this program infrequently to verify if any of the blog's URLs has changed (happens).
## Usage
```
$ rss-feed-verifier ~/Downloads/engineering_blogs.opml
```