{"id":15202258,"url":"https://github.com/alfg/bithook","last_synced_at":"2025-10-28T20:32:30.868Z","repository":{"id":25158774,"uuid":"28581593","full_name":"alfg/bithook","owner":"alfg","description":":moneybag: A Bitcoin Webhook CLI","archived":false,"fork":false,"pushed_at":"2017-04-03T17:54:41.000Z","size":3768,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T18:11:44.069Z","etag":null,"topics":["bitcoin","bitcoin-webhook-cli","go"],"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/alfg.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}},"created_at":"2014-12-29T05:38:22.000Z","updated_at":"2024-08-30T18:04:04.000Z","dependencies_parsed_at":"2022-08-23T22:00:19.903Z","dependency_job_id":null,"html_url":"https://github.com/alfg/bithook","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fbithook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fbithook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fbithook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alfg%2Fbithook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alfg","download_url":"https://codeload.github.com/alfg/bithook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238720200,"owners_count":19519309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bitcoin","bitcoin-webhook-cli","go"],"created_at":"2024-09-28T04:01:01.600Z","updated_at":"2025-10-28T20:32:25.571Z","avatar_url":"https://github.com/alfg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"bithook\n=======\n\nBithook is a Bitcoin Webhook CLI Utility. You can use this program to listen for new blocks and\ntransactions for addresses. When a transaction is received, Bithook will fire off a web POST \nrequest any URL you specify along with the transaction JSON data.\n\nBithook uses the [Blockchain.info](http://blockchain.info) websocket API to listen for transactions.\n\n## Features\n* Subscribe to new blocks\n* Subscribe to transactions for a specified address\n* Subscribe to unconfirmed addresses\n* Sends JSON data as a POST request to any URL\n\n## Install From Source\n\n```\ngo get github.com/alfg/bithook\n./bin/bithook help\n```\n\n## Install from Homebrew\n```\nbrew cask alfg/tap\nbrew install alfg/tap/bithook\nbithook help\n```\n\n## Usage\n\n`bithook \u003ccommand\u003e http://webhook/path`\n\n```\nCommands:\nbithook blocks -- Subscribe to new blocks.\nbithook unconfirmed -- Subscribe to new unconfirmed transactions.\nbithook address \u003caddress\u003e -- Subscribe to address.\nbithook test -- Receives latest transaction. Use for testing.\nbithook help -- This help menu.\nbithook version -- This version.\n\nOptional:\n\u003cwebhook path\u003e -- This is optional. The results will just echo to output if not set.\n```\n\n#### Example\n\nThe following example will listen for transactions of 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp and POST the json results to http://requestb.in/nt5bcnnt. You can view the results at http://requestb.in/nt5bcnnt?inspect.\n\n`bithook address 1dice8EMZmqKvrGE4Qc9bUFf9PX3xaYDp http://requestb.in/nt5bcnnt`\n\n## Develop\n\n```\ngit clone git@github.com:alfg/bithook.git\nexport GOPATH=$HOME/path/to/project\ncd /to/project\ngo run main.go\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfg%2Fbithook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falfg%2Fbithook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falfg%2Fbithook/lists"}