mcaptcha-api-py/README.md
Aravinth Manivannan 37bef583bf
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add readme
2023-12-31 21:15:13 +05:30

325 B

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