go-rssfeed-filter-download

command module
v0.0.0-...-af37f55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2021 License: MIT Imports: 7 Imported by: 0

README

go-rssfeed-filter-download

GoDoc License Build Status Coverage Status Go Report Card

Extract torrent information from rss feed to sync up local volumes

Fetch a rss feed and extract a list of series. Then compare these series against the QNAP Download area to see in which series we are interested. For any new episodes found in the rss feed, start a download through QNAPs Download Station.

Why?

I am watching too many anime series to track them manually. Then when including holidays and other times I'm interrupt, left me with series occasionally missing an episode. Annoying! Hence this program.

Usage

$ /usr/local/bin/go-rssfeed-filter-download --help
Usage of /usr/local/bin/go-rssfeed-filter-download:
  -baseuri string
    	url for the qnap, e.g. http://192.168.1.5:8080/
  -filter string
    	Which resolutions we do not care for (default "1080p,720p")
  -pass string
    	qnap pass to log in with, defaults to env QNAP_PASS
  -rss string
    	rss feed to monitor (default "http://horriblesubs.info/rss.php?res=sd")
  -silent
    	silence mode
  -user string
    	qnap user to log in as, defaults to env QNAP_USER

In fact I run mine from cron:

MAILTO=<your email>
QNAP_USER=<your user>
QNAP_PASS=<your password>

05 */8 * * * /usr/local/bin/go-rssfeed-filter-download --baseuri http://<your qnap>:8080/ --silent

Install

Automatic
$ go get github.com/middelink/go-rssfeed-filter-download
Manual

First clone the repository.

$ git clone https://github.com/middelink/go-rssfeed-filter-download && cd go-rssfeed-filter-download

And run the command for installing the package.

$ go install .

Contributing

Take a look at the open issues and submit a PR!

License

MIT © Pauline Middelink

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
qnap module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL