Metadata-Version: 2.4
Name: gemini-webcookie
Version: 0.1.1
Summary: A friendly, MIT-licensed alternative to Gemini-WebAPI for interacting with Google Gemini Web.
Author-email: User <user@example.com>
License: MIT OR Apache-2.0
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx
Requires-Dist: browser-cookie3
Requires-Dist: python-dotenv>=1.0.1
Requires-Dist: build>=1.2.2.post1
Requires-Dist: twine>=6.1.0
Dynamic: license-file

# Gemini-WebCookie

A stable, dual-licensed alternative to `Gemini-WebAPI` for interacting with Google Gemini Web.

## Features

- **Full Compatibility**: Direct drop-in replacement for Gemini-WebAPI.
- **Comprehensive Support**: Chat, Image Generation, Gems Management, File Upload.
- **Robustness**: Background cookie auto-refresh keeps sessions alive indefinitely.
- **Open License**: MIT and Apache License 2.0.

## Installation

```bash
pip install .
```

## Usage

Simply replace your import statement:

```python
# from gemini_webapi import GeminiClient  <-- Old
from gemini_webcookie import GeminiClient # <-- New
```

## License

This project is distributed under the terms of both the **MIT License** and the **Apache License 2.0**. You may choose either license to use this software. See the `LICENSE` file for more details.
