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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file chrome_fingerprints-1.1.tar.gz.

File metadata

  • Download URL: chrome_fingerprints-1.1.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.1

File hashes

Hashes for chrome_fingerprints-1.1.tar.gz
Algorithm Hash digest
SHA256 292e0c1254c501462d1df934efd531dab4b95a94bd44f89d64d38d28c94b81ff
MD5 5484d0e09ef0a9c20ab59afc3fe6c901
BLAKE2b-256 66fc3fc9297507afb8d345b809561a70466d5bea61e2d32944ab6f3761269748

See more details on using hashes here.

File details

Details for the file chrome_fingerprints-1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for chrome_fingerprints-1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 135f897afcdf0a6e0b2bbfeaebbf7cea1e76ceee55c37ff8322a43aa4f9864e5
MD5 4bf986743376e0e0576570acbf2b553b
BLAKE2b-256 76cb6b54b1a4434d84fdc3d20ee4b8b0d3ab439ec3e5e29be0c36f4e3116a2c4

See more details on using hashes here.

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