{"id":30729604,"url":"https://github.com/johncmanuel/monitor","last_synced_at":"2026-06-23T17:32:17.306Z","repository":{"id":311338884,"uuid":"1040949086","full_name":"johncmanuel/monitor","owner":"johncmanuel","description":"keyboard and mouse monitor... in rust!","archived":false,"fork":false,"pushed_at":"2025-08-25T18:18:44.000Z","size":393,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T15:51:58.650Z","etag":null,"topics":["deno","rust"],"latest_commit_sha":null,"homepage":"https://monitor.johncarlomanuel.com/data","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/johncmanuel.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,"zenodo":null}},"created_at":"2025-08-19T18:44:50.000Z","updated_at":"2025-08-25T18:18:48.000Z","dependencies_parsed_at":"2025-08-24T09:09:51.671Z","dependency_job_id":"635d4b0e-6df0-4799-b2a5-c0905385eeac","html_url":"https://github.com/johncmanuel/monitor","commit_stats":null,"previous_names":["johncmanuel/monitor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/johncmanuel/monitor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncmanuel%2Fmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncmanuel%2Fmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncmanuel%2Fmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncmanuel%2Fmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johncmanuel","download_url":"https://codeload.github.com/johncmanuel/monitor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johncmanuel%2Fmonitor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"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":["deno","rust"],"created_at":"2025-09-03T15:48:06.514Z","updated_at":"2026-06-23T17:32:17.286Z","avatar_url":"https://github.com/johncmanuel.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monitor\n\nkeyboard and mouse monitor... in rust! basically a keylogger only for personal use. this sends a number of keypresses and mouse clicks to a server, which my personal website (johncarlomanuel.com) will consume and display on the front page. \n\n![monitor application window](.github/0.png)\n\ntodo: add a video demo\n\n## Set up\n\n### Prerequisites\n\nInstall:\n1. Deno\n2. Rust\n\n### Tauri application\n\n```\ncd ./tracker\ndeno install \n```\n\nthen you'll want to set up an api key to authenticate with the server so only authorized computers can send their data to the api.\n\ncreate api key using `/utils/keygen.ts` (at root) with `deno task keygen`\n\nthen use the generated api key and paste it in `/tracker/src-tauri/.env` (create if haven't already)\n\n```\nAPI_KEY=\"your key here\"\n```\n\nfor production, create `.env.production` in the same directory with same format and generate another api key to use using `deno task keygen`\n\nafter that, run `deno task tauri dev` to view the application in dev mode. for production use `deno task tauri build`\n\n### Deno API\n\nin `/api`, create `.env` following `.env.example` and paste in the same api key from `/tracker/src-tauri/.env`\n\nfor production, make sure it matches the one in `/tracker/src-tauri/.env.production`\n\nrun `deno task dev` to run the server. \nfor production use `deno task start`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncmanuel%2Fmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohncmanuel%2Fmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohncmanuel%2Fmonitor/lists"}