{"id":15012853,"url":"https://github.com/vinyzu/chrome-fingerprints","last_synced_at":"2025-05-16T01:05:25.058Z","repository":{"id":211325123,"uuid":"727366335","full_name":"Vinyzu/chrome-fingerprints","owner":"Vinyzu","description":"A Collection of 10.000 collected Windows Chrome Fingerprints. Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases). Its just 1.4mb in size in compressed form, and fast in read times.","archived":false,"fork":false,"pushed_at":"2024-12-22T21:37:25.000Z","size":1445,"stargazers_count":225,"open_issues_count":9,"forks_count":26,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-12T01:54:32.829Z","etag":null,"topics":["automation","botright","browser","data","dataset","fingerprinting","fingerprints","fingerprints-generator","playwright"],"latest_commit_sha":null,"homepage":"","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/Vinyzu.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":"2023-12-04T18:11:34.000Z","updated_at":"2025-05-03T12:31:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"f342bc73-7ef2-4aaa-b8ae-2ce84a619fec","html_url":"https://github.com/Vinyzu/chrome-fingerprints","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":0.2692307692307693,"last_synced_commit":"09fff272381e3a692c9bf86890c70c2931136b39"},"previous_names":["vinyzu/chrome-fingerprints"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinyzu%2Fchrome-fingerprints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinyzu%2Fchrome-fingerprints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinyzu%2Fchrome-fingerprints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinyzu%2Fchrome-fingerprints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vinyzu","download_url":"https://codeload.github.com/Vinyzu/chrome-fingerprints/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448579,"owners_count":22072764,"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","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":["automation","botright","browser","data","dataset","fingerprinting","fingerprints","fingerprints-generator","playwright"],"created_at":"2024-09-24T19:43:19.800Z","updated_at":"2025-05-16T01:05:22.612Z","avatar_url":"https://github.com/Vinyzu.png","language":"Python","funding_links":["https://ko-fi.com/vinyzu"],"categories":[],"sub_categories":[],"readme":"# Chrome-Fingerprints v1.1\n![Tests \u0026 Linting](https://github.com/Vinyzu/chrome-fingerprints/actions/workflows/tests.yml/badge.svg)\n\n#### Chrome-Fingeprints is a dataset of 10k collected Windows Chrome Fingerprints.\n#### Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases)\n#### It uses just three external packages: `OrJson` for faster Json serialization, `DaCite` for dataclass management and `AIOMisc` for async lzma-file reading \n\n---\n\n## Sponsors\n\n[![Evomi Banner](https://my.evomi.com/images/brand/cta.png)](https://evomi.com?utm_source=github\u0026utm_medium=banner\u0026utm_campaign=Vinyzu-ChromeFingerprints)\n\n[**Evomi**](https://evomi.com?utm_source=github\u0026utm_medium=banner\u0026utm_campaign=Vinyzu-ChromeFingerprints) is your Swiss Quality, affordable Proxy Provider. I can personally recommend them for their High Quality Residential Proxies.\n\n- 🌍 **Global Presence**: Available in 150+ Countries\n- ⚡ **Guaranteed Low Latency**\n- 🔒 **Swiss Quality and Privacy**\n- 🎁 **Free Trial**: No Credit Card Required\n- 🛡️ **99.9% Uptime**\n- 🤝 **Special IP Pool selection**: Optimize for fast, quality or quantity of ips\n- 🔧 **Easy Integration**: Compatible with most software and programming languages\n\n---\n\n## Install it from PyPI\n\n```bash\npip install chrome-fingerprints\n```\n\n---\n\n## Usage\n\n```py\nfrom chrome_fingerprints import FingerprintGenerator, ChromeFingerprint\n\nfp_gen = FingerprintGenerator()\n\nfingerprint: ChromeFingerprint = fp_gen.get_fingerprint()\n```\n\n## Async Usage\n\n```py\nimport asyncio\n\nfrom chrome_fingerprints.fingerprints import AsyncFingerprintGenerator, ChromeFingerprint\n\nasync def main():\n    fp_gen = AsyncFingerprintGenerator()\n    fingerprint: ChromeFingerprint = await fp_gen.get_fingerprint()\n\nif __name__ == '__main__':\n    asyncio.run(main())\n```\n---\n\n## Copyright and License\n© [Vinyzu](https://github.com/Vinyzu/)\n\n[GNU GPL](https://choosealicense.com/licenses/gpl-3.0/)\n\n(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)\n\n---\n\n## Thanks to\n\n[Kaliiiiiiiiii](https://github.com/kaliiiiiiiiii/) (For shared knowledge of Browser automation)\n\n---\n\n![Version](https://img.shields.io/badge/Chrome_Fingerprints-v1.1-blue)\n![License](https://img.shields.io/badge/License-GNU%20GPL-green)\n![Python](https://img.shields.io/badge/Python-v3.x-lightgrey)\n\n[![my-discord](https://img.shields.io/badge/My_Discord-000?style=for-the-badge\u0026logo=google-chat\u0026logoColor=blue)](https://discordapp.com/users/935224495126487150)\n[![buy-me-a-coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-000?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=brown)](https://ko-fi.com/vinyzu)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinyzu%2Fchrome-fingerprints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinyzu%2Fchrome-fingerprints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinyzu%2Fchrome-fingerprints/lists"}