View, edit, and repackage Arkose Labs Funcaptcha fingerprints
Project description
bda / fingerprint
View, edit, and repackage Arkose Labs Funcaptcha fingerprints
>>> from unfuncaptcha_bda import ArkoseBrowserFingerprint
>>> bda="eyJjdCI6ImlvMmJUS3lrSnFObEdEU..." # encoded fingerprint
>>> user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0"
>>> timestamp = 1710028800 # passing in timestamp is optional
>>> fp = ArkoseBrowserFingerprint(bda, user_agent, timestamp)
>>> fp.fetch_key("api_type")
'js'
>>> fp.fetch_enhanced_fp_key("speech_voices_hash")
'beb5cdd6c77b3cf70bed82f758f104dd'
>>> fp.insert_enhanced_fp_key("key", "value")
'value'
>>> fp.fetch_enhanced_fp_key("key")
'value'
>>> fp.repackage()
'eyJjdCI6ImlvMmJUS3lrSnFObEdEU...'
Installation
UnFuncaptcha BDA is available on PyPI:
$ python -m pip install unfuncaptcha-bda
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
unfuncaptcha_bda-0.0.3.tar.gz
(15.4 kB
view details)
File details
Details for the file unfuncaptcha_bda-0.0.3.tar.gz.
File metadata
- Download URL: unfuncaptcha_bda-0.0.3.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccc3680bfbe51e1776b90b7e6045aadbcc09f9f9303abbc708119edbf2a2950f
|
|
| MD5 |
7c7e6d42ce683bad15f25864487415fd
|
|
| BLAKE2b-256 |
71051b476e7a79bc22550e014800a848ed425f04d8f1e897f619ee265408b67a
|