chrome-fingerprints

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.

GPL-3.0 License

Downloads
11K
Stars
156
Committers
2

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


Sponsors

Capsolver.com is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as reCAPTCHA V2, reCAPTCHA V3, hCaptcha, FunCaptcha, DataDome, AWS Captcha, Geetest, and Cloudflare Captcha / Challenge 5s, Imperva / Incapsula, among others.

For developers, Capsolver offers API integration options detailed in their documentation, facilitating the integration of captcha solving into applications. They also provide browser extensions for Chrome and Firefox, making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users.


Evomi is your Swiss Quality, affordable Proxy Provider. I can personally recommend them for their High Quality Residential Proxies.

  • 🌍 Global Presence: Available in 150+ Countries
  • Guaranteed Low Latency
  • 🔒 Swiss Quality and Privacy
  • 🎁 Free Trial: No Credit Card Required
  • 🛡️ 99.9% Uptime
  • 🤝 Special IP Pool selection: Optimize for fast, quality or quantity of ips
  • 🔧 Easy Integration: Compatible with most software and programming languages

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)


Package Rankings
Top 27.48% on Pypi.org
Badges
Extracted from project README
Capsolver Banner Evomi Banner my-discord buy-me-a-coffee
Related Projects