Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Feb 20, 2024
1 parent 345e838 commit 98379a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ to see what is required to get the fingerprint closer to a "normal" browser (fur
This is intended to be used with https://github.com/dgtlmoon/pyppeteer-ng and is also part of the
https://changedetection.io project.

Set your userAgent outside this (Various evasions were last tweaked using `Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36`)

```python
browser = await pyppeteer_instance.connect(browserWSEndpoint="ws://127.0.0.1:3000",
Expand All @@ -27,4 +28,9 @@ except ImportError:
pass
else:
await inject_evasions_into_page(self.page)
```
```

Last report from https://bot.sannysoft.com/

![last fingerprint status](assets/last-screenshot.png "Last fingerprint status")

Binary file added assets/last-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyppeteerstealth"
version = "0.0.1"
version = "0.0.2"
description = "A general collection of robot-evading tweaks for pyppeteer-ng"
readme = 'README.md'
license = "MIT"
Expand Down

0 comments on commit 98379a6

Please sign in to comment.