browserforge icon indicating copy to clipboard operation
browserforge copied to clipboard

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

Open xipeng5 opened this issue 1 year ago • 1 comments

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

xipeng5 avatar May 15 '24 06:05 xipeng5

Hello, this repo is meant to be imported and called as a library.

Here is an example from the README:

>>> from browserforge.headers import HeaderGenerator
>>> headers = HeaderGenerator()
>>> headers.generate()

Could you please clarify what you mean by "the code cannot run"?

Thanks!

daijro avatar Jun 02 '24 23:06 daijro