An open API service indexing awesome lists of open source software.

https://github.com/ch0ww/q3df-scraper

A small program that downloads the latest files from q3df.
https://github.com/ch0ww/q3df-scraper

Last synced: 5 months ago
JSON representation

A small program that downloads the latest files from q3df.

Awesome Lists containing this project

README

          

# q3df-scraper

`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).

# Usage
```q3df-scraper [-max-downloads] [-output-directory /path/to/folder] [-refresh 3600]```

Parameters:
```txt
-max-downloads : allows for a number of n downloads before the program exits.
-output-directory : downloads all files to the specific directory. If folder doesn't exist, it will try to create it.
-refresh : Sets the required time between two checks (in seconds).
```

# Pre-Requisites for compilation
- Golang 1.16 or newer (previous versions weren't tested)
- Package `gofeed` from user mmcdole (`go get github.com/mmcdole/gofeed`)

# Licence
This program is licenced under GPLv2.