Metadata-Version: 2.4
Name: jack_spam
Version: 0.1.0
Summary: A Python library for sending OTP spam requests.
Home-page: https://github.com/yourusername/jack_spam
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# jack_spam

A simple Python library for sending OTP (One-Time Password) requests to the OSN Plus service.

## Installation

```bash
pip install jack_spam
```

## Usage

```python
from jack_spam import send_otp_spam

# Send 5 OTP requests to a specific email
send_otp_spam("example@example.com", attempts=5)
```

## License

This project is licensed under the MIT License.

