resort-io / nyaa-watcher

Monitors multiple Nyaa users' uploads and downloads torrent files based on tags and/or regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nyaa Watcher Banner

Nyaa Watcher GitHub Repository Latest GitHub Release Latest Docker Image Tags Docker Image Pulls

Features

  • Monitors multiple Nyaa users' uploads and downloads torrent files based on tags and/or regular expressions.
  • Notifies Discord channels via webhooks when a torrent file is downloaded.

Usage

See the setup documentation or nyaa-watcher Wiki pages for more information on Getting Started.

docker run
  --name=nyaa-watcher
  -v /path/to/torrent-client/watch:/downloads
  -v /path/to/appdata/nyaa-watcher:/watcher
  --restart unless-stopped
  resortdocker/nyaa-watcher:latest

Parameters

The syntax for the volume parameter is <host>:<container>. See the nyaa-watcher Docker Wiki for more information.

Parameter Description
-v /downloads Directory for downloaded torrent files.
-v /watcher Directory for watcher JSON files.

Changelog

Changes for each release are listed in the changelog file.

Issues

If you encounter any bugs or issues, please make a report here.

About

Monitors multiple Nyaa users' uploads and downloads torrent files based on tags and/or regular expressions

License:MIT License


Languages

Language:Python 99.3%Language:Dockerfile 0.7%