{"id":22421445,"url":"https://github.com/gak/cryptobill","last_synced_at":"2025-03-27T05:17:30.599Z","repository":{"id":66835576,"uuid":"147745733","full_name":"gak/cryptobill","owner":"gak","description":"Retrieves quotes and create transactions for multiple crypto bill services and cryptocurrencies.","archived":false,"fork":false,"pushed_at":"2019-05-25T07:05:13.000Z","size":328,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T05:13:31.613Z","etag":null,"topics":["bills","bpay","cryptocurrency","eft"],"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/gak.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}},"created_at":"2018-09-06T23:41:16.000Z","updated_at":"2022-12-08T04:44:03.000Z","dependencies_parsed_at":"2023-02-23T01:30:45.056Z","dependency_job_id":null,"html_url":"https://github.com/gak/cryptobill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gak%2Fcryptobill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gak%2Fcryptobill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gak%2Fcryptobill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gak%2Fcryptobill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gak","download_url":"https://codeload.github.com/gak/cryptobill/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245785805,"owners_count":20671634,"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":["bills","bpay","cryptocurrency","eft"],"created_at":"2024-12-05T17:07:12.218Z","updated_at":"2025-03-27T05:17:30.579Z","avatar_url":"https://github.com/gak.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cryptobill\r\n\r\nRetrieves quotes and create transactions for multiple crypto bill services and cryptocurrencies.\r\n\r\n*Please note that this is under development, and although it works for me, you should use caution.*\r\n\r\nCurrently supports price quoting for:\r\n\r\n * Bit2Bill (https://www.bit2bill.com.au/)\r\n * Living Room of Satoshi (https://www.livingroomofsatoshi.com/)\r\n * Paid by Coins (https://paidbycoins.com/)\r\n\r\nOnly supports creating a transaction with `Paid by Coins` for [BPAY](https://www.bpay.com.au/).\r\n\r\n## Quote Example\r\n\r\nThis is a real result on `2018-10-26`.\r\n\r\nIt shows the list in order of the apparent markup based on [BitcoinAverage](https://bitcoinaverage.com/) prices.\r\n\r\n```\r\n$ quote 1000 AUD --filter=BTC,ETH,BCH\r\n\r\n  PBC| BTC| 0.11343| 1039.09807|  3.910%|\r\n  B2B| BTC| 0.11352| 1039.90846|  3.991%|\r\n  PBC| ETH| 3.64804| 1042.86772|  4.287%|\r\n  B2B| ETH| 3.66797| 1048.56729|  4.857%|\r\n  PBC| BCH| 1.66889| 1052.68224|  5.268%|\r\n  B2B| BCH| 1.66889| 1052.68224|  5.268%|\r\n LROS| BTC| 0.11634| 1065.71874|  6.572%|\r\n LROS| ETH| 3.74721| 1071.21697|  7.122%|\r\n LROS| BCH| 1.75148| 1104.77434| 10.477%|\r\n```\r\n\r\n## Pay BPAY Example\r\n\r\nIt will give you a destination address and an amount to pay into, e.g.:\r\n\r\n```\r\n$ cryptobill pay bpay 1000 aud btc pbc 1234 9999888877776666 --auth yourpaidbycoins@email.com\r\n\r\n\u0026cryptobill.TransactionAddResponse{\r\n  ToAddress: \"3TxgIzzzzzzzzzyyyyyyyyyyyyyyyxxxxx\",\r\n  TotalAmount: 0.1111,\r\n}\r\n```\r\n\r\n## How to use\r\n\r\nThis is a [Go app](https://golang.org/). You need Go installed and in your path.\r\n\r\nTo run it, you can just use `go run`:\r\n```\r\n$ go run cmd/cryptobill/cryptobill.go --help\r\n\r\nUsage: cryptobill.exe \u003ccommand\u003e\r\n\r\nFlags:\r\n  --help    Show context-sensitive help.\r\n\r\nCommands:\r\n  quote \u003camount\u003e \u003cfiat\u003e\r\n\r\n  pay bpay --auth=STRING \u003camount\u003e \u003cfiat\u003e \u003ccrypto\u003e \u003cservice\u003e \u003ccode\u003e \u003caccount\u003e\r\n\r\n  pay eft --auth=STRING \u003camount\u003e \u003cfiat\u003e \u003ccrypto\u003e \u003cservice\u003e \u003cbsb\u003e \u003caccount-number\u003e \u003caccount-name\u003e\r\n\r\nRun \"cryptobill.exe \u003ccommand\u003e --help\" for more information on a command.\r\nexit status 1\r\n```\r\n\r\n## Contributions\r\n\r\nFeel free to send in pull requests.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgak%2Fcryptobill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgak%2Fcryptobill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgak%2Fcryptobill/lists"}