Skip to content

Commit 23b60b4

Browse files
authored
Update README.md
1 parent 16c59bc commit 23b60b4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,12 @@ captchaTask.success # Success [True or False]
5959
captchaTask.token # Captcha Token (if solved)
6060
captchaTask.challengeKey # Captcha challenge key
6161
```
62+
63+
* 4 - Example (Get balance)
64+
```python
65+
from procap import ProCap
66+
apikey = "" # Api key (required)
67+
solver = ProCap(apikey)
68+
balance = solver.get_balance()
69+
print(f"Your balance is {balance}$")
70+
```

0 commit comments

Comments
 (0)