Metadata-Version: 2.4
Name: browser-use-nory
Version: 0.1.0
Summary: Browser Use payment handler for x402 - let browser agents pay for content
Author-email: Nory <hello@noryx402.com>
License: MIT
Project-URL: Homepage, https://noryx402.com
Project-URL: Repository, https://github.com/TheMemeBanker/browser-use-nory
Keywords: browser-use,browser,ai-agents,payments,x402,solana
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: browser-use>=0.1.0
Requires-Dist: requests>=2.28.0

# browser-use-nory

**Browser Use payment handler for x402** - Let browser agents pay for content.

## Install
```bash
pip install browser-use-nory
```

## Usage
```python
from browser_use import Agent
from browser_use_nory import NoryPaymentHandler

handler = NoryPaymentHandler()
agent = Agent(payment_handler=handler.handle_402)
```

## Features
- Auto-handles HTTP 402 responses
- Pays with USDC on Solana (~400ms)
- Works with any x402 paywall

Set `NORY_WALLET_KEY` env var. [Docs](https://noryx402.com)
