{"id":31202212,"url":"https://github.com/ipdotsetaf/pingdog","last_synced_at":"2026-08-07T18:32:06.961Z","repository":{"id":285216623,"uuid":"949850454","full_name":"IPdotSetAF/PingDog","owner":"IPdotSetAF","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-30T10:40:17.000Z","size":17,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T11:26:09.917Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IPdotSetAF.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":"2025-03-17T08:39:54.000Z","updated_at":"2025-03-30T10:40:20.000Z","dependencies_parsed_at":"2025-03-30T11:36:27.243Z","dependency_job_id":null,"html_url":"https://github.com/IPdotSetAF/PingDog","commit_stats":null,"previous_names":["ipdotsetaf/pingdog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IPdotSetAF/PingDog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FPingDog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FPingDog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FPingDog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FPingDog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IPdotSetAF","download_url":"https://codeload.github.com/IPdotSetAF/PingDog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IPdotSetAF%2FPingDog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276106025,"owners_count":25586190,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-09-20T13:45:20.380Z","updated_at":"2026-08-07T18:32:06.955Z","avatar_url":"https://github.com/IPdotSetAF.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=left\u003e\n   \u003cimg src=\"https://img.shields.io/github/v/release/IPdotSetAF/PingDog\"/\u003e\n   \u003cimg src=\"https://img.shields.io/github/release-date/IPdotSetAF/PingDog\"/\u003e\n   \u003cimg src=\"https://img.shields.io/github/last-commit/IPdotSetAF/PingDog\"/\u003e\n   \u003cimg src=\"https://img.shields.io/github/license/IPdotSetAF/PingDog\"/\u003e\n   \u003cimg src=\"https://img.shields.io/github/downloads/IPdotSetAF/PingDog/total\"/\u003e\n\u003c/p\u003e\n\n# PingDog\n\u003cpre\u003e\n     _/\\/\\/\\/\\/\\____/\\/\\________________________________/\\/\\/\\/\\/\\___________________________\n    _/\\/\\____/\\/\\__________/\\/\\/\\/\\______/\\/\\/\\/\\______/\\/\\____/\\/\\____/\\/\\/\\______/\\/\\/\\/\\_ \n   _/\\/\\/\\/\\/\\____/\\/\\____/\\/\\__/\\/\\__/\\/\\__/\\/\\______/\\/\\____/\\/\\__/\\/\\__/\\/\\__/\\/\\__/\\/\\_  \n  _/\\/\\__________/\\/\\____/\\/\\__/\\/\\____/\\/\\/\\/\\______/\\/\\____/\\/\\__/\\/\\__/\\/\\____/\\/\\/\\/\\_   \n _/\\/\\__________/\\/\\/\\__/\\/\\__/\\/\\________/\\/\\______/\\/\\/\\/\\/\\______/\\/\\/\\__________/\\/\\_    \n___________________________________/\\/\\/\\/\\__________________________________/\\/\\/\\/\\___     \n\u003c/pre\u003e\n\nPingDog is an application for monitoring HTTP services and website availability that runs in your console! It provides real-time status monitoring with a clean, interactive interface.\n\n## Features\n\n- Real-time monitoring of multiple URLs\n- Response time tracking\n- HTTP status code visualization\n- Resolved IP and port display for monitored URLs\n- Interactive TUI with keyboard shortcuts\n- URL management (add, delete, open, save)\n- Configurable check intervals\n- Theme support\n\n## Screenshot\n\n\u003cp align=\"center\"\u003e\n    \u003cimg width=80% alt=\"PingDog Preview\" src=\"./images/preview.svg\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n1. Install required dependencies:\n    ```\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n### Command Line Arguments\n\n    python PingDog.py [-h] [-f FILE] [-i INTERVAL] [urls ...]\n\n- `-f, --file`: Path to file containing URLs (one per line)\n- `-i, --interval`: Check interval in seconds (default: 5)\n- `urls`: Space-separated list of URLs to monitor (alternative to using a file)\n- `-h, --help`: Show help message\n- `-v, --version`: Show PingDog version\n\n### Keyboard Shortcuts\n\n- `Ctrl+Q`: Quit application\n- `Ctrl+O`: Open URLs from file\n- `Ctrl+S`: Save URLs to file\n- `d`: Toggle dark mode\n- `t`: Change theme\n- `a`: Add new URL\n- `Delete`: Remove selected URL\n\n### URL File Format\n\nCreate a text file with one URL per line:\n```\nhttps://example.com\nhttps://api.example.com\nhttps://service.example.com\n```\n\n### Examples\n\nMonitor URLs from a file:\n```\npython PingDog.py -f urls.txt\n```\n\nMonitor specific URLs with custom interval:\n```\npython PingDog.py -i 10 https://example.com https://api.example.com\n```\n\n## Contribution\n- You can open Issues for any bug report or feature request.\n- You are free to contribute to this project by following these steps:\n   1. Fork this Repo.\n   2. Create a new branch for your feature/bugfix in your forked Repo.\n   3. Commit your changes to the new branch you just made.\n   4. Create a pull request from your branch into the `main` branch of This Repo([https://github.com/IPdotSetAF/PingDog](https://github.com/IPdotSetAF/PingDog)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipdotsetaf%2Fpingdog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fipdotsetaf%2Fpingdog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fipdotsetaf%2Fpingdog/lists"}