https://github.com/realfatcat/gogetpagedout
https://github.com/realfatcat/gogetpagedout
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/realfatcat/gogetpagedout
- Owner: RealFatCat
- Created: 2025-12-03T20:18:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-03T20:19:01.000Z (7 months ago)
- Last Synced: 2026-05-12T11:45:06.201Z (about 2 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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