{"id":23941401,"url":"https://github.com/bitpingapp/bping","last_synced_at":"2026-03-11T17:02:51.145Z","repository":{"id":56058784,"uuid":"295121139","full_name":"BitpingApp/bping","owner":"BitpingApp","description":"A command line utility to ping servers from anywhere in the world!","archived":false,"fork":false,"pushed_at":"2024-12-07T11:27:44.000Z","size":438,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T08:14:03.702Z","etag":null,"topics":["bitping","console","devops","distributed-computing","it","ping","terminal","worldwide"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BitpingApp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-09-13T09:45:37.000Z","updated_at":"2024-12-30T12:23:46.000Z","dependencies_parsed_at":"2024-11-04T07:26:25.651Z","dependency_job_id":"04fd02bd-3f5d-40a7-94c5-9cb593a5a6f0","html_url":"https://github.com/BitpingApp/bping","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitpingApp%2Fbping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitpingApp%2Fbping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitpingApp%2Fbping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BitpingApp%2Fbping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BitpingApp","download_url":"https://codeload.github.com/BitpingApp/bping/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248574339,"owners_count":21126995,"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":["bitping","console","devops","distributed-computing","it","ping","terminal","worldwide"],"created_at":"2025-01-06T04:15:07.741Z","updated_at":"2026-03-11T17:02:51.054Z","avatar_url":"https://github.com/BitpingApp.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bping\n\n![Bping demo](./bping-demo.gif)\n\n## 🚀 Ready to Start Pinging?\n\n1. Head over to [developer.bitping.com](https://developer.bitping.com/pricing) to create your free account\n2. Create your API key in the developer dashboard\n3. Set the API Key environment variable\n   - eg. `export BITPING_API_KEY=your_api_key`\n\nWith your API key in hand, you'll be ready to ping from anywhere in the world!\n\n## Linux/MacOS Installation\n\nYou can install bping directly using this command:\n\n```sh\ncurl --proto '=https' --tlsv1.2 -LsSf https://github.com/BitpingApp/bping/releases/latest/download/bping-installer.sh | sh\n```\n\n#### Install prebuilt binaries via Homebrew\n\n```sh\nbrew install BitpingApp/tap/bping\n```\n\n## Windows Installation\n\nYou can install bping on Windows by running this command in PowerShell:\n\n```sh\npowershell -ExecutionPolicy ByPass -c \"irm https://github.com/BitpingApp/bping/releases/latest/download/bping-installer.ps1 | iex\"\n```\n\n#### Install using Windows Installer\n\nGo to the latest release and download the .msi for windows.\n\n\n### Help Documentation\n\n---\n\n```\nA command line utility to ping a website from anywhere in the world!\n\nUsage: bping [-r=\u003cregions\u003e] [-c=\u003ccount\u003e] [-a=\u003cattempts\u003e] [--concurrency=\u003cconcurrency\u003e] --api-key=\n\u003capi_key\u003e [--residential=\u003cresidential\u003e] [--mobile=\u003cmobile\u003e] [--proxy=\u003cproxy\u003e] \u003cendpoint\u003e\n\nAvailable positional items:\n    \u003cendpoint\u003e               Specifies the endpoint (without http://) to ping. eg. bitping.com\n\nAvailable options:\n    -r, --regions=\u003cregions\u003e  Specifies the ISO 3166-1 country codes (alpha-2 or alpha-2) \u0026 continent\n                             names to send jobs to. Defaults to Anywhere.\n                                     (eg. bping -r \"AU,CHN,North America\" bitping.com)\n    -c, --count=\u003ccount\u003e      Specifies the number of ICMP packets to send per country. Defaults to\n                             3.\n    -a, --attempts=\u003cattempts\u003e  Specifies the number of ping attempts per country. Defaults to 1.\n        --concurrency=\u003cconcurrency\u003e  Specifies how many concurrent requests to send at once.\n                             Defaults to 100.\n        --api-key=\u003capi_key\u003e  Specifies the API key for authentication. Can also be set using the\n                             BITPING_API_KEY environment variable.\n                             [env:BITPING_API_KEY: N/A]\n        --residential=\u003cresidential\u003e  Control residential network usage. --residential=true to\n                             require, --residential=false to deny, omit to allow.\n        --mobile=\u003cmobile\u003e    Control mobile network usage. --mobile=true to require, --mobile=false\n                             to deny, omit to allow.\n        --proxy=\u003cproxy\u003e      Control proxy network usage. --proxy=true to require, --proxy=false to\n                             deny, omit to allow.\n    -h, --help               Prints help information\n    -V, --version            Prints version information\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpingapp%2Fbping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpingapp%2Fbping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpingapp%2Fbping/lists"}