{"id":13763454,"url":"https://github.com/mattn/algia","last_synced_at":"2026-04-09T06:03:12.144Z","repository":{"id":65960019,"uuid":"601848341","full_name":"mattn/algia","owner":"mattn","description":"A cli application for nostr","archived":false,"fork":false,"pushed_at":"2026-02-25T09:24:24.000Z","size":389,"stargazers_count":215,"open_issues_count":7,"forks_count":23,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-02-25T14:14:46.047Z","etag":null,"topics":["hacktoberfest","hacktoberfest-accepted","nostr"],"latest_commit_sha":null,"homepage":"","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/mattn.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"mattn","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-02-15T00:25:51.000Z","updated_at":"2026-02-25T09:24:26.000Z","dependencies_parsed_at":"2026-01-13T11:02:41.454Z","dependency_job_id":null,"html_url":"https://github.com/mattn/algia","commit_stats":{"total_commits":199,"total_committers":8,"mean_commits":24.875,"dds":"0.055276381909547756","last_synced_commit":"a0f86fc6b72fc38238619ca62319cc5ca64b3e7d"},"previous_names":[],"tags_count":104,"template":false,"template_full_name":null,"purl":"pkg:github/mattn/algia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Falgia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Falgia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Falgia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Falgia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattn","download_url":"https://codeload.github.com/mattn/algia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattn%2Falgia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31588039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-09T05:33:47.836Z","status":"ssl_error","status_checked_at":"2026-04-09T05:32:26.579Z","response_time":112,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["hacktoberfest","hacktoberfest-accepted","nostr"],"created_at":"2024-08-03T15:00:46.858Z","updated_at":"2026-04-09T06:03:12.113Z","avatar_url":"https://github.com/mattn.png","language":"Go","funding_links":["https://github.com/sponsors/mattn"],"categories":["Install from Source","CLI Clients","CLI Client","Clients"],"sub_categories":["Nostr","Other"],"readme":"# algia\n\nnostr CLI client written in Go\n\n## Usage\n\n```\nNAME:\n   algia - A cli application for nostr\n\nUSAGE:\n   algia [global options] command [command options] \n\nDESCRIPTION:\n   A cli application for nostr\n\nCOMMANDS:\n   timeline, tl  show timeline\n   stream        show stream\n   post, n       post new note\n   reply, r      reply to the note\n   repost, b     repost the note\n   unrepost, B   unrepost the note\n   like, l       like the note\n   unlike, L     unlike the note\n   delete, d     delete the note\n   search, s     search notes\n   dm-list       show DM list\n   dm-timeline   show DM timeline\n   dm-post       post new note\n   profile       show profile\n   powa          post ぽわ〜\n   puru          post ぷる\n   zap           zap [note|npub|nevent]\n   version       show version\n   help, h       Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   -a value        profile name\n   --relays value  relays\n   -V              verbose (default: false)\n   --help, -h      show help\n```\n\n## Installation\n\nDownload binary from Release page.\n\nOr install with go install command.\n```\ngo install github.com/mattn/algia@latest\n```\n\n## Configuration\n\nMinimal configuration. Need to be at ~/.config/algia/config.json\n\n```json\n{\n  \"relays\": {\n    \"wss://relay-jp.nostr.wirednet.jp\": {\n      \"read\": true,\n      \"write\": true,\n      \"search\": false\n    }\n  },\n  \"privatekey\": \"nsecXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\"\n}\n```\n\nIf you want to zap via Nostr Wallet Connect, please add `nwc-uri` which are provided from \u003chttps://nwc.getalby.com/apps/new?c=Algia\u003e\n\n```json\n{\n  \"relays\": {\n   ...\n  },\n  \"privatekey\": \"nsecXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n  \"nwc-uri\": \"nostr+walletconnect://xxxxx\"\n}\n```\n\n## MCP\n\n```json\n{\n    \"mcpServers\": {\n        \"algia\": {\n            \"command\": \"/path/to/algia\",\n            \"args\": [\n                \"mcp\"\n            ]\n        }\n    }\n}\n```\n\n## TODO\n\n* [x] like\n* [x] repost\n* [x] zap\n* [x] upload images\n\n## FAQ\n\nDo you use proxy? then set environment variable `HTTP_PROXY` like below.\n\n    HTTP_PROXY=http://myproxy.example.com:8080\n\n## License\n\nMIT\n\n## Author\n\nYasuhiro Matsumoto (a.k.a. mattn)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Falgia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattn%2Falgia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattn%2Falgia/lists"}