Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tangledbytes/rss-feed-verifier
https://github.com/tangledbytes/rss-feed-verifier
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tangledbytes/rss-feed-verifier
- Owner: tangledbytes
- Created: 2023-09-14T14:38:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-14T14:38:23.000Z (over 1 year ago)
- Last Synced: 2024-11-03T19:42:12.824Z (about 2 months 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
```