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.4.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.4.tar.gz.
File metadata
- Download URL: unfuncaptcha_bda-0.0.4.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 |
7730668bc0686b295c1c176773de9f7b28fbf616539bbcfa4a946d6c9a0c74e2
|
|
| MD5 |
4f873a76c4cf10fbcc587a79940812ba
|
|
| BLAKE2b-256 |
8c5fedfc7c668c712819ee5bd80e92ebf21ca55690fea1da139d4ba8c09ce53e
|
File details
Details for the file unfuncaptcha_bda-0.0.4-py3-none-any.whl.
File metadata
- Download URL: unfuncaptcha_bda-0.0.4-py3-none-any.whl
- Upload date:
- Size: 16.0 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 |
f698df331c7f6c924e630b620decb01950970e88aead76a7d106d34e427d3627
|
|
| MD5 |
a08c9dbf500dfe88b32e326babbf95ae
|
|
| BLAKE2b-256 |
8971f2b9518e13e1e5619dc76dbe6430adb60ee18f59b33dc2eecfdaaee45ff8
|