A library to interact with mCaptcha API
Project description
mcaptcha_api: Python library to interact with mCaptcha server
Installation
pip install mcaptcha_api
Usage
Parameter | Info |
---|---|
instance_url |
the URL of the mCaptcha instance you are using |
sitekey |
The captcha identifier; can be obtained from dashboard or from widget URL (http://hostname/widget?sitekey=<sitekey> |
secret |
Account secret; can be obtained from mCaptcha dashboard account settings page |
mcaptcha = MCaptcha(instance_url=INSTANCE_URL, sitekey=SITEKEY, secret=SECRET)
assert mcaptcha.verify(token=TOKEN) is True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcaptcha_api-0.1.0.tar.gz
(9.7 kB
view details)
Built Distribution
File details
Details for the file mcaptcha_api-0.1.0.tar.gz
.
File metadata
- Download URL: mcaptcha_api-0.1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99443575ab89b48896a87db1baf13b83b7fdf86c1e29834f1116b0461c77bc8a |
|
MD5 | aad12de1409518a7ca70cf565433c6f8 |
|
BLAKE2b-256 | 30d4b0c64e83ce310e67f1700bfa49a5fdbfe4fb2a130ee84578a95f60baccdc |
File details
Details for the file mcaptcha_api-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: mcaptcha_api-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4a1a4701e4f36105c80fe2d8f866f91eb4539e20e802f0caa8aa66bdba3e8043 |
|
MD5 | 9bd8afa6d396cc46a66bd34b651eec01 |
|
BLAKE2b-256 | c15d2c7ec10ec5d0bad5af562f5fd1232f6b560e23a58f3cb4be4b4c5c62e205 |