q3df-scraper
is a small tool written in Golang that retrives and downloads the latest files from https://ws.q3df.org. It was heavily inspired by the scraper script used by Github user Q3defrag (https://github.com/q3defrag/defrag-server).
q3df-scraper [-max-downloads] [-output-directory /path/to/folder] [-refresh 3600]
Parameters:
-max-downloads <number> : allows for a number of n downloads before the program exits.
-output-directory </path/to/folder> : downloads all files to the specific directory. If folder doesn't exist, it will try to create it.
-refresh <seconds> : Sets the required time between two checks (in seconds).
- Golang 1.16 or newer (previous versions weren't tested)
- Package
gofeed
from user mmcdole (go get github.com/mmcdole/gofeed
)
This program is licenced under GPLv2.