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

https://github.com/realfatcat/gogetpagedout


https://github.com/realfatcat/gogetpagedout

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# gogetpagedout

Downloads issues from https://pagedout.institute

## Build

```bash
go build
```

## Usage

```bash
$ ./gogetpagedout -h
Usage of ./gogetpagedout:
-httpTimeout duration
http timeout (default 1m0s)
-lastIssue int
last downloaded issue
-maxConcurrent int
max concurrent issue downloads (default 5)
-outdir string
path to output directory (default "out")
-url string
set url to get issues from (default "https://pagedout.institute/")
```

## TODO

- Auto determine last downloaded issue by output path