Metadata-Version: 2.1
Name: antra
Version: 0.0.1
Summary: Bing API for ChatGPT
Author-email: Gautam Veldanda <gautamveldanda@gmail.com>
Project-URL: Homepage, https://github.com/gautamveldanda/antra
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# BingAI (ChatGPT)

## Bing AI API for ChatGPT

### Installation

```
pip install bingai --upgrade
```

## Important Feature - No Manual Intervention Required
```
100% Programmatic Run
Edge browser opens up and automatically fetches tokens, no manual intervention whatsoever
```

### Usage
```
from bingai import BingSession
session = BingSession(email, password)
session.run()
```

Microsoft credentials for the account which has access to the Bing Chat feature
