Code Monkey home page Code Monkey logo

vinyzu / chrome-fingerprints Goto Github PK

View Code? Open in Web Editor NEW
73.0 1.0 15.0 1.39 MB

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.

License: GNU General Public License v3.0

Python 100.00%
automation browser data dataset fingerprinting fingerprints fingerprints-generator playwright botright

chrome-fingerprints's Introduction

Typing SVG

I'm mostly interested in Botting!

I write all my Bots in Python,
but i'm also learning HTML, CSS 
and a little bit of Javascript.
Learn more about me:

Discord Presence

Coding 🪄
import the_best as Vinyzu

class Coding(Vinyzu):
    def __init__(self):
        super.__init__()
    
    def languages(self):
        self.expert = ("Python", "HTML", "CSS")
        self.intermediate = "Javascript"
        self.beginner = "C++"

    def interests(self):
        self.enviroment = ("PyCharm", "VSCode")
        self.specialities = ("Automation", "Botting", "Obfuscation", "Scraping")     

    def projects(self):
        self.current = ("Botright", "reCognizer")
        self.automation = ("chrome-fingerprints", "reCognizer")
        self.discord = ("Discord Browser Generator", "Tokify (Early Versions)", "Promo Redeemer v1/v2", "Booster")
        self.twitch = "Auto Registrator"
        self.music = ("Spotify", "Tidal", "Deezer", "Youtube Music", "Soundcloud", "Amazon Music")
        self.hcaptcha = ("Bypass", "HSW Generator")
Myself 🙋‍♂️
from vinyzu import Person
import world_wide_web as www

class Myself(Person):
    def __init__(self):
        super.__init__()
    
    def life(self):
        self.age = 18
        self.languages = ["English", "German"]
        self.location = www.Internet
        self.fun_fact = "My first freelancing job was automating invoices for animal foods."

    def contact(self):
        self.discord = "@vinyzu"
        self.server = "https://discord.gg/FTcnNHkqa7"
        self.donations = "https://ko-fi.com/vinyzu"
        self.freelancing = self.discord
        self.collaborations = self.discord

Readme inspired by xTekky

chrome-fingerprints's People

Contributors

dependabot[bot] avatar vinyzu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

chrome-fingerprints's Issues

[Feature Request] asyncio support

example script for running sync code in a thread with asyncio:

loop = asyncio.get_event_loop()
await loop.run_in_executor(None, self.initialize_fingerprints)

see

threading.Thread(target=self.initialize_fingerprints).start()
def initialize_fingerprints(self) -> None:
dir_path = os.path.dirname(os.path.realpath(__file__))
with lzma.open(os.path.join(dir_path, "fingerprints.json.xz"), 'rb') as f:
json_data = f.read()
self.fingerprints = orjson.loads(json_data)
def check_fingerprints_loaded(self) -> None:
while not self.fingerprints:
time.sleep(0.02)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.