torrentfish
v0.1.4
Published
A [torrent] feed parsing and notification daemon.
Downloads
1
Readme
torrentfish
A feed parsing and notification daemon.
Note: This is more of a personal project- use at your own risk.
Features
- Periodically check an RSS feed, and notify of any (relevant) items (via email).
Installation
npm install -g torrentfish
torrentfish help
Usage Example(s)
Log to file, poll every 30min, email every 2h, and run in background.
LOGFILE=temp.log torrentfish -w config.js -u "http://../foo.rss" -i .5 -e 2 &
Config Files
These provide matching info, and other things such as mailer auth.
For example files, see doc/examples.
Supported Feeds
- http://torrentday.com
Testing
npm test
With test coverage.
npm run test-cov
Versioning
This project ascribes to semantic versioning.