Metadata-Version: 2.1
Name: spotiv3
Version: 0.1.8
Summary: A Python module for bypassing reCAPTCHA v3
Home-page: https://github.com/yourusername/spotiv3
Author: AzRaiL
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests

# Spotiv3

A Python module for bypassing reCAPTCHA v3.

## Installation

You can install this package via pip:

```python
from spotiv3 import RecaptchaV3

recaptcha = RecaptchaV3()
token = recaptcha.recaptchav3_bypass()
print("Bypassed RecaptchaV3:", token)
