{"id":15422726,"url":"https://github.com/hacdias/indielib","last_synced_at":"2026-02-22T14:46:35.495Z","repository":{"id":38448357,"uuid":"430883244","full_name":"hacdias/indielib","owner":"hacdias","description":"An IndieWeb toolkit in Go.","archived":false,"fork":false,"pushed_at":"2026-02-21T17:13:30.000Z","size":177,"stargazers_count":46,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T23:24:18.898Z","etag":null,"topics":["go","indieauth","indieweb","micropub","multiformats"],"latest_commit_sha":null,"homepage":"https://go.hacdias.com/indielib","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/hacdias.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"hacdias","liberapay":"hacdias","ko_fi":"hacdias"}},"created_at":"2021-11-22T22:25:44.000Z","updated_at":"2026-02-21T17:13:28.000Z","dependencies_parsed_at":"2023-02-18T11:48:42.530Z","dependency_job_id":"cc2f9857-e20b-49cb-ac7f-dfb73420310e","html_url":"https://github.com/hacdias/indielib","commit_stats":{"total_commits":101,"total_committers":2,"mean_commits":50.5,"dds":0.02970297029702973,"last_synced_commit":"97eacb8d18f279abb91fcf92016b4852ad0aca90"},"previous_names":["hacdias/indiekit","hacdias/indielib","hacdias/indieauth"],"tags_count":45,"template":false,"template_full_name":null,"purl":"pkg:github/hacdias/indielib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacdias%2Findielib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacdias%2Findielib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacdias%2Findielib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacdias%2Findielib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacdias","download_url":"https://codeload.github.com/hacdias/indielib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacdias%2Findielib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29716358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T13:30:57.152Z","status":"ssl_error","status_checked_at":"2026-02-22T13:30:28.561Z","response_time":110,"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":["go","indieauth","indieweb","micropub","multiformats"],"created_at":"2024-10-01T17:39:22.349Z","updated_at":"2026-02-22T14:46:35.470Z","avatar_url":"https://github.com/hacdias.png","language":"Go","funding_links":["https://github.com/sponsors/hacdias","https://liberapay.com/hacdias","https://ko-fi.com/hacdias"],"categories":[],"sub_categories":[],"readme":"# indielib\n\n[![Go Report Card](https://goreportcard.com/badge/go.hacdias.com/indielib?style=flat-square)](https://goreportcard.com/report/go.hacdias.com/indielib)\n[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](https://pkg.go.dev/go.hacdias.com/indielib)\n[![Codecov](https://img.shields.io/codecov/c/github/hacdias/indielib?token=SSETVGG0UH\u0026style=flat-square)](https://app.codecov.io/gh/hacdias/indielib)\n\nAn [IndieWeb](https://indieweb.org/) toolkit in Go. This repository contains a set of tools to help you implement IndieWeb related protocols in Go: [IndieAuth](https://indieauth.spec.indieweb.org) client and server, [Micropub](https://micropub.spec.indieweb.org/) server, and [Microformats](https://microformats.org/wiki/microformats2) [post discovery](https://www.w3.org/TR/post-type-discovery/).\n\n## Install\n\n```\ngo get go.hacdias.com/indielib@latest\n```\n\n## Usage\n\nCheck the [documentation](https://pkg.go.dev/go.hacdias.com/indielib). This repository also contains two illustrative examples: a [server](examples/server/) and a [client](examples/client/).\n\n## Other Packages\n\nBelow is a list of other IndieWeb-related Go packages that can help you implement whatever feature you are looking for to implement:\n\n- [willnorris.com/go/microformats](https://willnorris.com/go/microformats/) - parsing Microformats.\n- [willnorris.com/go/webmention](https://willnorris.com/go/webmention/) - library and CLI for sending Webmentions.\n\n## Contributing\n\nFeel free to open an issue or a pull request.\n\n## License\n\n[MIT License](LICENSE) © [Henrique Dias](https://hacdias.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacdias%2Findielib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacdias%2Findielib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacdias%2Findielib/lists"}