Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VirusNoirrr authored Feb 29, 2024
1 parent 16c59bc commit 23b60b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ captchaTask.success # Success [True or False]
captchaTask.token # Captcha Token (if solved)
captchaTask.challengeKey # Captcha challenge key
```

* 4 - Example (Get balance)
```python
from procap import ProCap
apikey = "" # Api key (required)
solver = ProCap(apikey)
balance = solver.get_balance()
print(f"Your balance is {balance}$")
```

0 comments on commit 23b60b4

Please sign in to comment.