A Python library to interact with mCaptcha API
Go to file
Aravinth Manivannan 70810614af
ci/woodpecker/push/woodpecker Pipeline failed Details
fix: CI: rm shell redirection
2023-12-31 21:16:18 +05:30
.reuse feat: init 2023-12-31 21:09:02 +05:30
LICENSES feat: init 2023-12-31 21:09:02 +05:30
scripts feat: download mcaptcha cli and setup mcaptcha server for testing 2023-12-31 21:09:47 +05:30
src/mcaptcha_api feat: verify authorization token against mcaptcha 2023-12-31 21:09:33 +05:30
tests feat: test API library against mcaptcha server 2023-12-31 21:10:07 +05:30
.env_sample feat: test API library against mcaptcha server 2023-12-31 21:10:07 +05:30
.gitignore feat: init 2023-12-31 21:09:02 +05:30
.woodpecker.yml feat: CI: setup and run tests 2023-12-31 21:10:17 +05:30
Makefile fix: CI: rm shell redirection 2023-12-31 21:16:18 +05:30
README.md feat: add readme 2023-12-31 21:15:13 +05:30
pyproject.toml feat: init 2023-12-31 21:09:02 +05:30
requirements.txt feat: init 2023-12-31 21:09:02 +05:30

README.md

status-badge


mcaptcha_api: Python library to interact with mCaptcha server

Example

mcaptcha = MCaptcha(instance_url=INSTANCE_URL, sitekey=SITEKEY, secret=SECRET)
assert mcaptcha.verify(token=TOKEN) is True