chrome-fingerprints


Namechrome-fingerprints JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://github.com/Vinyzu/chrome-fingerprints
SummaryA Collection of 10.000 self-collected Chrome Fingerprints. Wrapped in a easy-to-use API, available as a Compressed or Full-Size Json.
upload_time2023-12-09 18:15:52
maintainer
docs_urlNone
authorVinyzu
requires_python>=3.8
licenseGNU General Public License v3.0
keywords botright playwright browser automation fingerprints fingerprinting dataset data
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Chrome-Fingerprints v1.1
![Tests & Linting](https://github.com/Vinyzu/chrome-fingerprints/actions/workflows/tests.yml/badge.svg)

#### Chrome-Fingeprints is a dataset of 10k collected Windows Chrome Fingerprints.
#### Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases)
#### It uses just three external packages: `OrJson` for faster Json serialization, `DaCite` for dataclass management and `AIOMisc` for async lzma-file reading 


## Install it from PyPI

```bash
pip install chrome-fingerprints
```

---

## Usage

```py
from chrome_fingerprints import FingerprintGenerator, ChromeFingerprint

fp_gen = FingerprintGenerator()

fingerprint: ChromeFingerprint = fp_gen.get_fingerprint()
```

## Async Usage

```py
import asyncio

from chrome_fingerprints.fingerprints import AsyncFingerprintGenerator, ChromeFingerprint

async def main():
    fp_gen = AsyncFingerprintGenerator()
    fingerprint: ChromeFingerprint = await fp_gen.get_fingerprint()

if __name__ == '__main__':
    asyncio.run(main())
```
---

## Copyright and License
© [Vinyzu](https://github.com/Vinyzu/)

[GNU GPL](https://choosealicense.com/licenses/gpl-3.0/)

(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)

---

## Thanks to

[Kaliiiiiiiiii](https://github.com/kaliiiiiiiiii/) (For shared knowledge of Browser automation)

---

![Version](https://img.shields.io/badge/Chrome_Fingerprints-v1.1-blue)
![License](https://img.shields.io/badge/License-GNU%20GPL-green)
![Python](https://img.shields.io/badge/Python-v3.x-lightgrey)

[![my-discord](https://img.shields.io/badge/My_Discord-000?style=for-the-badge&logo=google-chat&logoColor=blue)](https://discordapp.com/users/935224495126487150)
[![buy-me-a-coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-000?style=for-the-badge&logo=ko-fi&logoColor=brown)](https://ko-fi.com/vinyzu)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Vinyzu/chrome-fingerprints",
    "name": "chrome-fingerprints",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "botright,playwright,browser,automation,fingerprints,fingerprinting,dataset,data",
    "author": "Vinyzu",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/66/fc/3fc9297507afb8d345b809561a70466d5bea61e2d32944ab6f3761269748/chrome_fingerprints-1.1.tar.gz",
    "platform": null,
    "description": "# Chrome-Fingerprints v1.1\r\n![Tests & Linting](https://github.com/Vinyzu/chrome-fingerprints/actions/workflows/tests.yml/badge.svg)\r\n\r\n#### Chrome-Fingeprints is a dataset of 10k collected Windows Chrome Fingerprints.\r\n#### Usable with an easy-to-use API, available as a compressed (lzma) or full-size Json (view Releases)\r\n#### It uses just three external packages: `OrJson` for faster Json serialization, `DaCite` for dataclass management and `AIOMisc` for async lzma-file reading \r\n\r\n\r\n## Install it from PyPI\r\n\r\n```bash\r\npip install chrome-fingerprints\r\n```\r\n\r\n---\r\n\r\n## Usage\r\n\r\n```py\r\nfrom chrome_fingerprints import FingerprintGenerator, ChromeFingerprint\r\n\r\nfp_gen = FingerprintGenerator()\r\n\r\nfingerprint: ChromeFingerprint = fp_gen.get_fingerprint()\r\n```\r\n\r\n## Async Usage\r\n\r\n```py\r\nimport asyncio\r\n\r\nfrom chrome_fingerprints.fingerprints import AsyncFingerprintGenerator, ChromeFingerprint\r\n\r\nasync def main():\r\n    fp_gen = AsyncFingerprintGenerator()\r\n    fingerprint: ChromeFingerprint = await fp_gen.get_fingerprint()\r\n\r\nif __name__ == '__main__':\r\n    asyncio.run(main())\r\n```\r\n---\r\n\r\n## Copyright and License\r\n\u00a9 [Vinyzu](https://github.com/Vinyzu/)\r\n\r\n[GNU GPL](https://choosealicense.com/licenses/gpl-3.0/)\r\n\r\n(Commercial Usage is allowed, but source, license and copyright has to made available. Botright does not provide and Liability or Warranty)\r\n\r\n---\r\n\r\n## Thanks to\r\n\r\n[Kaliiiiiiiiii](https://github.com/kaliiiiiiiiii/) (For shared knowledge of Browser automation)\r\n\r\n---\r\n\r\n![Version](https://img.shields.io/badge/Chrome_Fingerprints-v1.1-blue)\r\n![License](https://img.shields.io/badge/License-GNU%20GPL-green)\r\n![Python](https://img.shields.io/badge/Python-v3.x-lightgrey)\r\n\r\n[![my-discord](https://img.shields.io/badge/My_Discord-000?style=for-the-badge&logo=google-chat&logoColor=blue)](https://discordapp.com/users/935224495126487150)\r\n[![buy-me-a-coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-000?style=for-the-badge&logo=ko-fi&logoColor=brown)](https://ko-fi.com/vinyzu)\r\n",
    "bugtrack_url": null,
    "license": "GNU General Public License v3.0",
    "summary": "A Collection of 10.000 self-collected Chrome Fingerprints. Wrapped in a easy-to-use API, available as a Compressed or Full-Size Json.",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://github.com/Vinyzu/chrome-fingerprints"
    },
    "split_keywords": [
        "botright",
        "playwright",
        "browser",
        "automation",
        "fingerprints",
        "fingerprinting",
        "dataset",
        "data"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "76cb6b54b1a4434d84fdc3d20ee4b8b0d3ab439ec3e5e29be0c36f4e3116a2c4",
                "md5": "4bf986743376e0e0576570acbf2b553b",
                "sha256": "135f897afcdf0a6e0b2bbfeaebbf7cea1e76ceee55c37ff8322a43aa4f9864e5"
            },
            "downloads": -1,
            "filename": "chrome_fingerprints-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4bf986743376e0e0576570acbf2b553b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1369849,
            "upload_time": "2023-12-09T18:15:48",
            "upload_time_iso_8601": "2023-12-09T18:15:48.715715Z",
            "url": "https://files.pythonhosted.org/packages/76/cb/6b54b1a4434d84fdc3d20ee4b8b0d3ab439ec3e5e29be0c36f4e3116a2c4/chrome_fingerprints-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66fc3fc9297507afb8d345b809561a70466d5bea61e2d32944ab6f3761269748",
                "md5": "5484d0e09ef0a9c20ab59afc3fe6c901",
                "sha256": "292e0c1254c501462d1df934efd531dab4b95a94bd44f89d64d38d28c94b81ff"
            },
            "downloads": -1,
            "filename": "chrome_fingerprints-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5484d0e09ef0a9c20ab59afc3fe6c901",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1373143,
            "upload_time": "2023-12-09T18:15:52",
            "upload_time_iso_8601": "2023-12-09T18:15:52.064890Z",
            "url": "https://files.pythonhosted.org/packages/66/fc/3fc9297507afb8d345b809561a70466d5bea61e2d32944ab6f3761269748/chrome_fingerprints-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 18:15:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Vinyzu",
    "github_project": "chrome-fingerprints",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "chrome-fingerprints"
}
        
Elapsed time: 0.24128s