torrentfish

A [torrent] feed parsing and notification daemon.

Usage no npm install needed!

<script type="module">
  import torrentfish from 'https://cdn.skypack.dev/torrentfish';
</script>

README

torrentfish

NPM version

Build Status

Coverage Status

Dependency Status

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

Testing

npm test

With test coverage.

npm run test-cov

Versioning

This project ascribes to semantic versioning.