{"id":37195105,"url":"https://github.com/miguelmota/go-ipfsutil","last_synced_at":"2026-01-14T22:41:11.365Z","repository":{"id":57606601,"uuid":"151880960","full_name":"miguelmota/go-ipfsutil","owner":"miguelmota","description":"Utility functions for interfacing with the IPFS CLI","archived":true,"fork":false,"pushed_at":"2018-10-06T21:20:16.000Z","size":5,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-15T22:19:58.559Z","etag":null,"topics":["cli","golang","ipfs","shell","utility"],"latest_commit_sha":null,"homepage":"https://github.com/miguelmota/go-ipfsutil","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miguelmota.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-06T20:56:41.000Z","updated_at":"2023-01-28T00:32:22.000Z","dependencies_parsed_at":"2022-09-26T20:01:24.057Z","dependency_job_id":null,"html_url":"https://github.com/miguelmota/go-ipfsutil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miguelmota/go-ipfsutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmota%2Fgo-ipfsutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmota%2Fgo-ipfsutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmota%2Fgo-ipfsutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmota%2Fgo-ipfsutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguelmota","download_url":"https://codeload.github.com/miguelmota/go-ipfsutil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelmota%2Fgo-ipfsutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436711,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","golang","ipfs","shell","utility"],"created_at":"2026-01-14T22:41:10.386Z","updated_at":"2026-01-14T22:41:11.355Z","avatar_url":"https://github.com/miguelmota.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-ipfsutil\n\n\u003e Utilities functions for interfacing with the IPFS CLI\n\n[![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/miguelmota/go-ipfsutil/master/LICENSE.md) [![Build Status](https://travis-ci.org/miguelmota/go-ipfsutil.svg?branch=master)](https://travis-ci.org/miguelmota/go-ipfsutil) [![Go Report Card](https://goreportcard.com/badge/github.com/miguelmota/go-ipfsutil?)](https://goreportcard.com/report/github.com/miguelmota/go-ipfsutil) [![GoDoc](https://godoc.org/github.com/miguelmota/go-ipfsutil?status.svg)](https://godoc.org/github.com/miguelmota/go-ipfsutil)\n\n## Why?\n\nI needed a simple wrapper around the CLI but the existing [go-ipfs-api](https://github.com/ipfs/go-ipfs-api) package requires the daemon to be running which is not required for certain operations and [go-ipfs](https://github.com/ipfs/go-ipfs) requires too much set up.\n\n## Getting started\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"log\"\n\n\t\"github.com/miguelmota/go-ipfsutil\"\n)\n\nfunc main() {\n\thash, err := ipfsutil.AddBytes([]byte(\"hello world\"))\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\n\tfmt.Println(hash) // Qmf412jQZiuVUtdgnB36FXFX7xg5V6KEbSJ4dpQuhkLyfD\n}\n```\n\nCheck out the [tests](ipfsutil_test.go) for more examples\n\n## Test\n\n```bash\nmake test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelmota%2Fgo-ipfsutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelmota%2Fgo-ipfsutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelmota%2Fgo-ipfsutil/lists"}