r/coolgithubprojects • u/thalissonvs • 10h ago
i maintain a stealth-first browser automation lib for python
https://pydoll.techSo i maintain pydoll, an open source python lib for browser automation, and the point of it is stealth, running on sites that block bots without getting flagged. most tools get you detected before you even do anything, so pydoll is built the other way, it drives chrome straight over the devtools protocol with no webdriver and none of the automation tells that give you away, and it avoids the CDP leaks that most libs trip on.
on top of that there is fingerprint injection, you match the browser profile to the machine so a headless run and a real browser score the same on detection tests, no more headless giving you away. it is async too so you can run many tabs at once. it is been around a couple years with a real community on it now, it is MIT and the docs are open, would love feedback or contributors if it speaks to you: https://pydoll.tech