{"id":28481241,"url":"https://github.com/zevnda/browser-history-extractor","last_synced_at":"2026-04-25T22:32:30.758Z","repository":{"id":297015126,"uuid":"995343478","full_name":"zevnda/browser-history-extractor","owner":"zevnda","description":"A simple TypeScript tool for extracting and analyzing browser history data from Firefox and Chrome browsers","archived":false,"fork":false,"pushed_at":"2025-06-09T21:12:42.000Z","size":28,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-03T22:25:23.152Z","etag":null,"topics":["browser-history","chrome","data-analysis","firefox"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/zevnda.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,"zenodo":null}},"created_at":"2025-06-03T10:38:37.000Z","updated_at":"2025-06-09T21:12:45.000Z","dependencies_parsed_at":"2025-06-03T22:20:11.036Z","dependency_job_id":null,"html_url":"https://github.com/zevnda/browser-history-extractor","commit_stats":null,"previous_names":["zevnda/browser-history-extractor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zevnda/browser-history-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevnda%2Fbrowser-history-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevnda%2Fbrowser-history-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevnda%2Fbrowser-history-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevnda%2Fbrowser-history-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevnda","download_url":"https://codeload.github.com/zevnda/browser-history-extractor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevnda%2Fbrowser-history-extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32279654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["browser-history","chrome","data-analysis","firefox"],"created_at":"2025-06-07T20:00:57.634Z","updated_at":"2026-04-25T22:32:30.753Z","avatar_url":"https://github.com/zevnda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Browser History Extractor\n\nA simple TypeScript tool for extracting and analyzing browser history data from Firefox and Chrome browsers.\n\n## Installation\n\n1. Clone the repo and install dependencies\n   ```bash\n   git clone https://github.com/zevnda/browser-history-extractor\n   cd browser-history-extractor\n   npm install\n   ```\n3. For Windows users:\n   ```bash\n   npm install -global node-gyp\n   cd node_modules\\.pnpm\\better-sqlite3@11.10.0\\node_modules\\better-sqlite3\n   node-gyp rebuild\n   ```\n4. Build the project:\n   ```bash\n   npm run build\n   ```\n\n## Usage\n\n### Firefox History\n\n1. Locate your Firefox profile folder:\n   - Windows: `C:\\Users\\\u003cuser\u003e\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\\u003cuid\u003e.default-release`\n2. Copy `places.sqlite` to the `put-browser-history-files-here` folder\n3. Run:\n   ```bash\n   npm run start:firefox\n   ```\n\n### Chrome History\n\n1. Locate your Chrome profile folder:\n   - Windows: `C:\\Users\\\u003cuser\u003e\\AppData\\Local\\Google\\Chrome\\User Data\\Default`\n2. Copy `History` file to the `put-browser-history-files-here` folder\n3. Run:\n   ```bash\n   npm run start:chrome\n   ```\n\n## Output\n\nThe extracted data will be saved in the `out` folder:\n- Firefox: `out/firefox_output.json`\n- Chrome: `out/chrome_output.json`\n\n## License\n\nGPL-3.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevnda%2Fbrowser-history-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevnda%2Fbrowser-history-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevnda%2Fbrowser-history-extractor/lists"}