OP 24 November, 2023 - 11:39 PM
Hey guys so i am working on a personal project, which is to create a public database of any combos I can find, or better say the python script can eat :D In this DB I am creating new entries in the DB and also checking for duplicates.
The end goal is to gain as much data as possible and
keep scraping more data so everyone can check any combo and see if
its been leaked or how many lines are duplicates.
This would save everyone a lot of time before even having to start checking in public combos.
As far as speed goes it can do around 2 million combo lines, check and add, in around 5 minutes.
This code is a Python script that processes multiple text files, validates the email and password format for each entry,
checks for duplicate entries in a PostgreSQL database,
and inserts valid entries into the database.
It utilizes threading for improved performance and includes a progress bar to visualize the processing progress.
If you wanna contribute send me ALL your combos. I am not sure how yet so stay tuned on that or if I will open a site for dropping them idk...
Or send me an idea how this could work. The more data that is being fed the better the results.
I don't want to use bots to scrape cracked.io!
I will release this eventually but till then I am training the DB. If you want to contribute dm me!
The end goal is to gain as much data as possible and
keep scraping more data so everyone can check any combo and see if
its been leaked or how many lines are duplicates.
This would save everyone a lot of time before even having to start checking in public combos.
As far as speed goes it can do around 2 million combo lines, check and add, in around 5 minutes.
This code is a Python script that processes multiple text files, validates the email and password format for each entry,
checks for duplicate entries in a PostgreSQL database,
and inserts valid entries into the database.
It utilizes threading for improved performance and includes a progress bar to visualize the processing progress.
If you wanna contribute send me ALL your combos. I am not sure how yet so stay tuned on that or if I will open a site for dropping them idk...
Or send me an idea how this could work. The more data that is being fed the better the results.
I don't want to use bots to scrape cracked.io!
I will release this eventually but till then I am training the DB. If you want to contribute dm me!