github-discussions-mirror-0.1.1 is not a library.
github-discussions-mirror
A tool to:
- continuously mirror a GitHub discussions page into a folder of JSON, with sparse updates
- download all images referenced in discussions, optionally
- generate a static site from that folder, optionally
Installation
# or
Usage
Syncing data
Your data is in ./data. JSON and images.
Generating a static site
./target/release/github-discussions-mirror generate
The static site is in ./site.
License
MIT (see Cargo.toml and LICENSE)