This commit is contained in:
parent
7c11516ffd
commit
37bef583bf
1 changed files with 12 additions and 0 deletions
12
README.md
Normal file
12
README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
[![status-badge](https://ci.batsense.net/api/badges/106/status.svg)](https://ci.batsense.net/repos/106)
|
||||
|
||||
---
|
||||
|
||||
# mcaptcha_api: Python library to interact with mCaptcha server
|
||||
|
||||
### Example
|
||||
|
||||
```python
|
||||
mcaptcha = MCaptcha(instance_url=INSTANCE_URL, sitekey=SITEKEY, secret=SECRET)
|
||||
assert mcaptcha.verify(token=TOKEN) is True
|
||||
```
|
Loading…
Reference in a new issue