https://github.com/prenagha/feedclean
FeedWrangler RSS Feed Checker and Cleaner
https://github.com/prenagha/feedclean
Last synced: 2 months ago
JSON representation
FeedWrangler RSS Feed Checker and Cleaner
- Host: GitHub
- URL: https://github.com/prenagha/feedclean
- Owner: prenagha
- License: apache-2.0
- Created: 2013-12-03T20:44:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-03T20:46:58.000Z (over 11 years ago)
- Last Synced: 2025-04-02T05:43:40.927Z (2 months ago)
- Language: Go
- Size: 105 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Go Language application that scans your [FeedWrangler](http://www.feedwrangler.net) feed list and
can delete feeds which have not had a post in X daysAlso tests each feed to see if the feed URL resolves and if not can delete
the feedDeveloped using golang version 1.2
Once you build it run via the command line, using options
```
-email Required, FeedWrangler account email address
-password Required, FeedWrangler account password
-client Required, FeedWrangler client key from https://feedwrangler.net/developers/clients
-deleteAge Optional, Delete feeds not updated since X days, default 300
-commit Optional, Commit feed deletes to FeedWrangler, default false
```