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.1.tar.gz
(15.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unfuncaptcha_bda-0.0.1.tar.gz.
File metadata
- Download URL: unfuncaptcha_bda-0.0.1.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 |
babacddc9816d53f92ce98877802e6b2c3453b7c056cddd46d188459fb30b796
|
|
| MD5 |
20bf488434f46ada6d1f958aa55871a4
|
|
| BLAKE2b-256 |
16f50ffd5a66fa9e8683ab4f58bc4e4398e96fdebdd5df357eb6d3abb7a80620
|
File details
Details for the file unfuncaptcha_bda-0.0.1-py3-none-any.whl.
File metadata
- Download URL: unfuncaptcha_bda-0.0.1-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e0bd0a520650c3fbc7ec10091f9ed9a58cf1e8c4f4c9c453900cfd6b9482280
|
|
| MD5 |
b92a90e81b758363b2e3784a967d75c2
|
|
| BLAKE2b-256 |
29eb38d0328d6b9fc290ec23c7d43412256f1f6f7079113d4eeed13c1320df90
|