Metadata-Version: 2.4
Name: clawbot-plus
Version: 1.0.4
Summary: 🤖 AI-Powered Browser Automation CLI — Automate your browser with AI
Project-URL: Homepage, https://github.com/clawbot/clawbot
Author: Aayushsoam
License: MIT
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Requires-Python: >=3.11
Requires-Dist: browser-use>=0.12.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: inquirerpy>=0.3.4
Requires-Dist: ollama>=0.3.0
Requires-Dist: pillow>=10.0.0
Requires-Dist: pyautogui>=0.9.54
Requires-Dist: pyperclip>=1.8.2
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: python-telegram-bot>=21.0
Requires-Dist: pywin32>=306; sys_platform == 'win32'
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# 🤖 ClawBot — AI Browser Automation CLI

Apne browser ko AI se automate karo! Just one command:

```bash
pip install clawbot
```

Then run:

```bash
clawbot
```

## Features

- 🧠 **6 AI Providers** — Gemini, OpenAI, Claude, Groq, DeepSeek, Ollama
- 🌐 **Your Browser** — Use your own Chrome with logged-in accounts
- 🔑 **API Key Management** — Enter once, saved permanently
- 🔄 **Interactive Loop** — Keep giving tasks, switch AI anytime
- 💻 **Cross Platform** — Windows, Mac, Linux

## Quick Start

```bash
# Install
pip install clawbot

# Run
clawbot
```

That's it! ClawBot will:
1. Ask which AI to use (Gemini, ChatGPT, Claude, etc.)
2. Ask which model
3. Ask for API key (saved permanently)
4. Auto-launch Chrome
5. Wait for your tasks!

## Example Tasks

```
🤖 Task > open youtube and search for latest tech news
🤖 Task > go to amazon and find best laptop under 50k
🤖 Task > open gmail and check my latest emails
🤖 Task > search google for weather in Delhi
```

## Commands

| Command | Description |
|---------|-------------|
| `quit` | Exit ClawBot |
| `switch` | Change AI provider/model |
| `chrome` | Restart Chrome browser |

## Requirements

- Python 3.11+
- Google Chrome browser
