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
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
(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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 292e0c1254c501462d1df934efd531dab4b95a94bd44f89d64d38d28c94b81ff |
|
MD5 | 5484d0e09ef0a9c20ab59afc3fe6c901 |
|
BLAKE2b-256 | 66fc3fc9297507afb8d345b809561a70466d5bea61e2d32944ab6f3761269748 |
File details
Details for the file chrome_fingerprints-1.1-py3-none-any.whl
.
File metadata
- Download URL: chrome_fingerprints-1.1-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 135f897afcdf0a6e0b2bbfeaebbf7cea1e76ceee55c37ff8322a43aa4f9864e5 |
|
MD5 | 4bf986743376e0e0576570acbf2b553b |
|
BLAKE2b-256 | 76cb6b54b1a4434d84fdc3d20ee4b8b0d3ab439ec3e5e29be0c36f4e3116a2c4 |