{"id":24986993,"url":"https://github.com/hitthecodelabs/bitcointransactionverifier","last_synced_at":"2026-05-17T09:34:10.030Z","repository":{"id":207483393,"uuid":"719357322","full_name":"hitthecodelabs/BitcoinTransactionVerifier","owner":"hitthecodelabs","description":"Interacting with Bitcoin transactions and prices","archived":false,"fork":false,"pushed_at":"2023-11-16T09:04:58.000Z","size":1790,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T11:44:04.805Z","etag":null,"topics":["bitcoin-transaction","blockchain-address","python","script"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/hitthecodelabs.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":"2023-11-16T01:55:30.000Z","updated_at":"2023-12-02T02:07:11.000Z","dependencies_parsed_at":"2025-02-04T11:35:40.670Z","dependency_job_id":"bc3d3e6c-ef6f-4636-96d6-e5f63133aa2e","html_url":"https://github.com/hitthecodelabs/BitcoinTransactionVerifier","commit_stats":null,"previous_names":["hitthecodelabs/bitcointransactionverifier"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitthecodelabs%2FBitcoinTransactionVerifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitthecodelabs%2FBitcoinTransactionVerifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitthecodelabs%2FBitcoinTransactionVerifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitthecodelabs%2FBitcoinTransactionVerifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hitthecodelabs","download_url":"https://codeload.github.com/hitthecodelabs/BitcoinTransactionVerifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174530,"owners_count":20735413,"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-transaction","blockchain-address","python","script"],"created_at":"2025-02-04T11:35:12.747Z","updated_at":"2025-10-27T22:43:41.558Z","avatar_url":"https://github.com/hitthecodelabs.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BitcoinTransactionVerifier\n\nThis repository contains Python functions for interacting with Bitcoin transactions and prices.\n\n## Functions\n\n### `verify_transactions`\n\nThis function queries and verifies Bitcoin transactions for a given address within a specified time period.\n\n#### Parameters\n- `address` (str): The Bitcoin address to check for transactions.\n- `period_hours` (int, optional): The time period in hours to look back for transactions. Default is 24 hours.\n\n#### Returns\n- `float`: The total amount of Bitcoin received by the address in the specified period.\n\n#### Example\n```python\ntotal_received = verify_transactions('your_bitcoin_address')\nprint(f\"Total received in the last 24 hours: {total_received} BTC\")\n```\n\n### `get_bitcoin_price`\n\nThis function fetches the current price of Bitcoin in USD from the CoinGecko API.\n\n#### Returns\n- `float`: The current price of Bitcoin in USD.\n\n#### Example\n```python\nbtc_price = get_bitcoin_price()\nif btc_price:\n    print(f\"Current Bitcoin price: ${btc_price} USD\")\n```\n\n## Installation\n\nTo use these functions, you need to have Python installed on your system along with the `requests` library.\n\n```bash\npip install requests\n```\n\n## Usage\n\nAfter installing the required library, you can import and use these functions in your Python scripts.\n\n## Contributions\n\nContributions are welcome. Please feel free to submit a pull request or open an issue.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitthecodelabs%2Fbitcointransactionverifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhitthecodelabs%2Fbitcointransactionverifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitthecodelabs%2Fbitcointransactionverifier/lists"}