An open API service for producing an overview of a list of open source projects.

awesome-ipfs: https://github.com/wabarc/rivet

archiving ipfs webpage

Score: 6.089044875446846

Last synced: about 7 hours ago
JSON representation

Repository metadata:

A toolkit makes it easier to archive webpages to IPFS


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 23 days ago

Total Commits: 30
Total Committers: 3
Avg Commits per committer: 10.0
Development Distribution Score (DDS): 0.267

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Wayback Archiver 6****r 22
hellodword 4****d 4
dependabot[bot] 4****] 4

Issue and Pull Request metadata

Last synced: 5 months ago

Total issues: 2
Total pull requests: 39
Average time to close issues: 6 days
Average time to close pull requests: about 1 month
Total issue authors: 2
Total pull request authors: 4
Average comments per issue: 2.5
Average comments per pull request: 0.79
Merged pull request: 9
Bot issues: 0
Bot pull requests: 33

Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/wabarc/rivet

Top Issue Authors

  • hellodword (1)
  • waybackarchiver (1)

Top Pull Request Authors

  • dependabot[bot] (31)
  • hellodword (4)
  • waybackarchiver (2)
  • renovate[bot] (1)

Top Issue Labels

  • enhancement (1)
  • go (1)

Top Pull Request Labels

  • dependencies (31)
  • github_actions (26)
  • go (6)
  • enhancement (1)

Package metadata

proxy.golang.org: github.com/wabarc/rivet

Rivet is both a command-line tool and a Golang package for archiving webpages to IPFS.

  • Homepage: https://github.com/wabarc/rivet
  • Documentation: https://pkg.go.dev/github.com/wabarc/rivet#section-documentation
  • Licenses: MIT
  • Latest release: v0.1.3 (published over 3 years ago)
  • Last Synced: 2025-12-18T21:07:15.178Z (about 2 months ago)
  • Versions: 4
  • Dependent Packages: 3
  • Dependent Repositories: 4
  • Rankings:
    • Dependent repos count: 2.541%
    • Dependent packages count: 3.371%
    • Average: 7.588%
    • Stargazers count: 11.134%
    • Forks count: 13.306%

Dependencies

go.mod go
  • github.com/andybalholm/cascadia v1.3.1
  • github.com/btcsuite/btcd v0.20.1-beta
  • github.com/cenkalti/backoff/v4 v4.1.3
  • github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3
  • github.com/go-shiori/dom v0.0.0-20210627111528-4e4722cd0d65
  • github.com/go-shiori/obelisk v0.0.0-20220524135250-3d6752a59bd7
  • github.com/gogo/protobuf v1.3.2
  • github.com/gogs/chardet v0.0.0-20211120154057-b7413eaefb8f
  • github.com/ipfs/go-cid v0.1.0
  • github.com/ipfs/go-ipfs-api v0.3.0
  • github.com/ipfs/go-ipfs-files v0.1.1
  • github.com/kennygrant/sanitize v1.2.4
  • github.com/klauspost/cpuid/v2 v2.0.4
  • github.com/libp2p/go-buffer-pool v0.0.2
  • github.com/libp2p/go-flow-metrics v0.0.3
  • github.com/libp2p/go-libp2p-core v0.6.1
  • github.com/libp2p/go-openssl v0.0.7
  • github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1
  • github.com/minio/sha256-simd v1.0.0
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mr-tron/base58 v1.2.0
  • github.com/multiformats/go-base32 v0.0.3
  • github.com/multiformats/go-base36 v0.1.0
  • github.com/multiformats/go-multiaddr v0.3.0
  • github.com/multiformats/go-multibase v0.0.3
  • github.com/multiformats/go-multihash v0.0.15
  • github.com/multiformats/go-varint v0.0.6
  • github.com/pkg/errors v0.9.1
  • github.com/sirupsen/logrus v1.8.1
  • github.com/spacemonkeygo/spacelog v0.0.0-20180420211403-2296661a0572
  • github.com/tdewolff/parse/v2 v2.5.27
  • github.com/wabarc/helper v0.0.0-20211225065210-3d35291efe54
  • github.com/wabarc/ipfs-pinner v1.1.1-0.20220126131044-16299c0dd43d
  • github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
  • github.com/ybbus/httpretry v1.0.1
  • go.opencensus.io v0.23.0
  • golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
  • golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba
  • golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
  • golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
  • golang.org/x/text v0.3.7
  • mvdan.cc/xurls/v2 v2.3.0
go.sum go
  • 245 dependencies
.github/workflows/builder.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • actions/upload-artifact v3 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
  • sonatype-nexus-community/nancy-github-action main composite
.github/workflows/linter.yml actions
  • actions/checkout v3 composite
  • github/super-linter v4 composite
  • golangci/golangci-lint-action v3.1.0 composite
  • reviewdog/action-alex v1 composite
  • reviewdog/action-misspell v1 composite
  • reviewdog/action-shellcheck v1 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v3 composite
  • actions/setup-go v3 composite
  • actions/upload-artifact v3 composite
  • docker/setup-qemu-action v1 composite
  • snapcore/action-build v1 composite
  • softprops/action-gh-release v1 composite
.github/workflows/snapcraft.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • docker/setup-qemu-action v1 composite
  • snapcore/action-build v1 composite
  • snapcore/action-publish v1 composite
.github/workflows/stale.yml actions
  • actions/stale v5 composite
.github/workflows/testing.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-go v3 composite
  • actions/upload-artifact v3 composite
  • ibnesayeed/setup-ipfs fa9de9ebdf580cf20c588d867a2d62044f956495 composite