Skip to content

oxylabs/oxycon2021-active-fingerprinting-pyppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OxyCon 2021 Active Fingerprinting With Pyppeteer Code Samples

Tested with python3.8

Requirements:

pip install -r requirements.txt

Timezone mocking will not work with the default chromium revision, so you need to export this environment variable:

PYPPETEER_CHROMIUM_REVISION=747023

Proxy authentication info is contained in proxy_auth.py files:

PROXY_URL = "http://pr.oxylabs.io:8000"
PROXY_USERNAME = "user"
PROXY_PASSWORD = "password"

Change these constants to your credentials.

About

OxyCon 2021 Active Fingerprinting with Pyppeteer Code Samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages