Skip to main content

A Collection of 10.000 self-collected Chrome Fingerprints. Wrapped in a easy-to-use API, available as a Compressed or Full-Size Json.

Project description

Chrome-Fingerprints v1.1

Tests & Linting

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

pip install chrome-fingerprints

Usage

from chrome_fingerprints import FingerprintGenerator, ChromeFingerprint

fp_gen = FingerprintGenerator()

fingerprint: ChromeFingerprint = fp_gen.get_fingerprint()

Async Usage

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

GNU GPL

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


Thanks to

Kaliiiiiiiiii (For shared knowledge of Browser automation)


Version License Python

my-discord buy-me-a-coffee

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chrome_fingerprints-1.1.tar.gz (1.4 MB view hashes)

Uploaded Source

Built Distribution

chrome_fingerprints-1.1-py3-none-any.whl (1.4 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page