browserforge
browserforge copied to clipboard
π Intelligent browser header & fingerprint generator
Unable to use. If there is no zip package, even if there is one. The code cannot run. No testing method, I don't know where to run the program

I'm considering separating the the `browserforge.injectors` submodule into an independently updated `browserforge-injector` library on pypi in order to: 1. Make the injector submodules and dependencies optional to those who do...
Hi Author, May I know how can I build it with pyinstaller as when i build it with ``` pyinstaller --onefile --windowed --add-data "drivers;drivers" --add-data "libs;libs" --hidden-import tzdata main.py ```...
The latest version (1.2.0) isnβt available via pip install. Could you please publish it? Thanks!
It prints the headers in a Curl-compatible format, to be used like this: curl -H @
Hi, I need to save the generated fingerprint to a file such that I could load it back later to the browser. Is there a way to dump and load...
When I execute the following code ```python headers = HeaderGenerator() headers.generate() session = requests.Session() session.get(url, headers=headers, proxies=proxies, timeout=10) ``` Error message: 'HeaderGenerator' object has no attribute 'items'
Hi, when testing FingerprintGenerator I have seen that it can fail to generate fingerprints with error: "**ValueError: Cannot generate headers. User-Agent may be invalid, or screen constraints are too restrictive.**"...