{"id":22564152,"url":"https://github.com/ruancarllo/web-watcher","last_synced_at":"2026-04-18T12:03:53.776Z","repository":{"id":193297659,"uuid":"688535402","full_name":"ruancarllo/web-watcher","owner":"ruancarllo","description":"A CLI tool to analize in-memory Chrome saved events","archived":false,"fork":false,"pushed_at":"2024-03-21T21:19:26.000Z","size":1377,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-10T20:09:50.616Z","etag":null,"topics":["chrome","command-line","hacking-tool"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ruancarllo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-07T14:48:01.000Z","updated_at":"2023-09-09T20:50:15.000Z","dependencies_parsed_at":"2025-10-10T20:09:52.726Z","dependency_job_id":"ed201a6d-6a9a-48ba-b455-cf26db88fad2","html_url":"https://github.com/ruancarllo/web-watcher","commit_stats":null,"previous_names":["ruancarllo/web-watcher"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ruancarllo/web-watcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruancarllo%2Fweb-watcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruancarllo%2Fweb-watcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruancarllo%2Fweb-watcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruancarllo%2Fweb-watcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ruancarllo","download_url":"https://codeload.github.com/ruancarllo/web-watcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ruancarllo%2Fweb-watcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31967993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["chrome","command-line","hacking-tool"],"created_at":"2024-12-07T23:14:15.746Z","updated_at":"2026-04-18T12:03:53.718Z","avatar_url":"https://github.com/ruancarllo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About the software\n\nWebWatcher is a command-line interface ([CLI](https://en.wikipedia.org/wiki/Command-line_interface)) program designed for monitoring and analyzing events generated by a [Google Chrome](https://en.wikipedia.org/wiki/Google_Chrome) instance. It enables users to access and analyze events stored in the memory of their computer, regardless of whether they are using [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows), [MacOS](https://en.wikipedia.org/wiki/MacOS), or [Linux](https://en.wikipedia.org/wiki/Linux).\n\n## Requirements\n\nBefore using WebWatcher, please ensure that you meet the following requirements:\n\n1. **Google Chrome**: To run the program in its binary form, you must have the latest version of [Google Chrome](https://en.wikipedia.org/wiki/Google_Chrome) installed on your computer.\n\n2. **Deno (for source code testing)**: If you intend to test the program from its source code, which is written in TypeScript, you need to install [Deno](https://deno.com) on your computer. We recommend using [Visual Studio Code](https://code.visualstudio.com) in conjunction with the [Deno extension](https://marketplace.visualstudio.com/items?itemName=denoland.vscode-deno) to enable script intellisense for a smoother development experience.\n\n## Compilation\n\nTo compile WebWatcher into an executable binary, follow these steps:\n\n1. Open your terminal and navigate to the project folder.\n\n2. Execute the following command:\n\n   ```sh\n   deno compile --allow-all web-watcher.ts\n   ```\n\n## Execution\n\nYou can run Web Watcher in two different ways:\n\n1. **From source code**: To run the program directly from its source code, use the following command:\n\n   ```sh\n   deno run --allow-all web-watcher.ts\n   ```\n\n2. **From compiled binary**: If you've compiled Web Watcher into an executable binary, you can execute it using the following command:\n\n   ```sh\n   ./web-watcher\n   ```\n\nThe project is [MIT-0](https://opensource.org/license/mit-0) licensed, so feel free to choose the method that best suits your needs. Enjoy using Web Watcher to monitor and analyze Google Chrome events!\n\n\u003cp align=\"center\"\u003e\n   \u003cimg src=\"./images/terminal-demo.png\" alt=\"Demonstration of the program running in a terminal\"\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruancarllo%2Fweb-watcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruancarllo%2Fweb-watcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruancarllo%2Fweb-watcher/lists"}