{"id":49876181,"url":"https://github.com/hemusuku86/fingerprint-generator","last_synced_at":"2026-05-15T12:16:18.716Z","repository":{"id":305183097,"uuid":"1022181994","full_name":"hemusuku86/fingerprint-generator","owner":"hemusuku86","description":"Generate Consistent JavaScript Fingerprint from User-Agent String, In Full Python and No Browser","archived":false,"fork":false,"pushed_at":"2025-07-18T15:50:59.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-18T19:58:20.363Z","etag":null,"topics":["antibot","bot","browser","fingerprint","fingerprinting","javascript","scraper","scraping","webdriver"],"latest_commit_sha":null,"homepage":"","language":"Python","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/hemusuku86.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-07-18T15:38:18.000Z","updated_at":"2025-07-18T15:58:50.000Z","dependencies_parsed_at":"2025-07-18T20:08:57.795Z","dependency_job_id":null,"html_url":"https://github.com/hemusuku86/fingerprint-generator","commit_stats":null,"previous_names":["hemusuku86/fingerprint-generator"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/hemusuku86/fingerprint-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemusuku86%2Ffingerprint-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemusuku86%2Ffingerprint-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemusuku86%2Ffingerprint-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemusuku86%2Ffingerprint-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hemusuku86","download_url":"https://codeload.github.com/hemusuku86/fingerprint-generator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hemusuku86%2Ffingerprint-generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33066355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["antibot","bot","browser","fingerprint","fingerprinting","javascript","scraper","scraping","webdriver"],"created_at":"2026-05-15T12:16:16.939Z","updated_at":"2026-05-15T12:16:18.705Z","avatar_url":"https://github.com/hemusuku86.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fingerprint-generator\nGenerate Fingerprint from User-Agent, In Python.\u003cbr\u003e\nProperties and Method results be consistent with User-Agent.\u003cbr\u003e\n### Now we have:\n- all navigator properties!\n- window.screen\n\n### Aiming to add:\n- more navigator\n- more window properties\n- canvas API reproduce\n# 📚 Usage\nExample:\n```py\n\u003e\u003e\u003e import fp_generator\n\u003e\u003e\u003e fp = fp_generator.fingerprint(\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\")\n\u003e\u003e\u003e fp.Navigator() # {'appCodeName': 'Mozilla'...\n\u003e\u003e\u003e fp.Navigator(languages=[\"en-US\", \"ja\"])[\"language\"] # \"en-US\", you can change languages manually because they're dependented with your IP or proxy.\n\u003e\u003e\u003e fp.Navigator()[\"maxTouchPoints\"] # 0\n\u003e\u003e\u003e fp = fp_generator.fingerprint(\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/138.0.7204.156 Mobile/15E148 Safari/604.1\")\n\u003e\u003e\u003e fp.Navigator()[\"maxTouchPoints\"] # 5 , ofc results will be consistent with your user-agent.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemusuku86%2Ffingerprint-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhemusuku86%2Ffingerprint-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhemusuku86%2Ffingerprint-generator/lists"}