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.2.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.2.tar.gz.
File metadata
- Download URL: unfuncaptcha_bda-0.0.2.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 |
1095462899fd95c60b9a9aef6e1d2ab1d592f2fcb150cafde0f1c477e90a37d8
|
|
| MD5 |
a5d192642ccfaf55a40b8458df9d5ac9
|
|
| BLAKE2b-256 |
f23473f1f4a40c8da506579d5435301a6e2c0a16c4fbf4bccf1ad6c9453be861
|
File details
Details for the file unfuncaptcha_bda-0.0.2-py3-none-any.whl.
File metadata
- Download URL: unfuncaptcha_bda-0.0.2-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 |
cc9ec9f1274b86544ba317ab815b93f9d80e50a0e437edd38d2fc269513e4341
|
|
| MD5 |
7a0b4a4f9e86c6a3c2eb2b20308a6019
|
|
| BLAKE2b-256 |
3b70c32a2fdf6b94ac90f7f1f50a94c9c05513854c93b333dbfac24b2bf80e6c
|