browserforge icon indicating copy to clipboard operation
browserforge copied to clipboard

🎭 Intelligent browser header & fingerprint generator

Results 20 browserforge issues
Sort by recently updated
recently updated
newest added

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

![111111](https://github.com/daijro/browserforge/assets/37791657/29665c70-842e-419f-8da3-31d1308bec87)

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...

help wanted

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.**"...