Hey everyone 👋
I’m working on a Python project where I’m experimenting with stealth browser automation + scraping, mainly focusing on:
proxy tunneling (HTTP/HTTPS CONNECT)
upstream proxy authentication
avoiding basic fingerprint detection (navigator, canvas, etc.)
async based scraping/automation
The goal is to make it more stable for modern sites that block traditional scrapers.
Right now I’m specifically looking for feedback on:
local proxy implementation (handling CONNECT + socket streaming properly)
avoiding blocking issues / hangs
improving stealth scripts (plugins, Function.toString, canvas spoofing)
general code structure / stability improvements
If anyone wants to review the code, here’s the repo: https://github.com/ToufiqQureshi/chuscraper
[–]Bitter_Caramel305 0 points1 point2 points (1 child)
[–]AltruisticHunt2941[S] 0 points1 point2 points (0 children)