You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2022. It is now read-only.
This package is a command-line tool named wbipfs saving webpage to IPFS. It also supports imports as a Golang package for a programmatic. Please report all bugs and issues on Github.
Installation
$ go get -u -v github.com/wabarc/wbipfs/cmd/wbipfs
Usage
Command-line
$ wbipfs --help
version: 0.1.0
date: 2020/09/19
Usage of wbipfs:
-host string
IPFS host (default "127.0.0.1")
-mode string
IPFS running mode supports daemon and pinner, daemon requires to run an ipfs standalone daemon. (default "pinner")
-port uint
IPFS port (default 5001)
-tor
Wayback webpage with Tor proxy, it requires tor executable
If you prefer to disable JavaScript on saving webpage, you could add environmental variables DISABLEJS_URIS
and set the values with the following formats:
export DISABLEJS_URIS=wikipedia.org|eff.org/tags
It will disable JavaScript for domain of the wikipedia.org and path of the eff.org/tags if matching it.