An open API service indexing awesome lists of open source software.

https://github.com/simatwa/gpt-login

Automate GPT3 website-login.
https://github.com/simatwa/gpt-login

auto-login automation gpt gpt-2 gpt-3 gpt-3prompts gpt-login gpt-neo

Last synced: 11 months ago
JSON representation

Automate GPT3 website-login.

Awesome Lists containing this project

README

          

gpt-login



codestyle
wakatime

Automate GPT-Login process.

![GPT-Browser-interface](assets/screenshot.png)

## Independencies

* Selenium
* Undetected-chromedriver

## Pre-requisites

1. **Google Chrome Browser** installed.
2. Google account

## Installation and Usage

## Installation

- Clone this repo then execute `install.sh` file.

```sh
$ git clone https://github.com/Simatwa/gpt-login.git
$ bash install.sh
#or
$ sudo bash install.sh
```
# Usage

Running `gpt-login` in terminal followed by [Google](https://google.com) mail-address and finally the account `password` is enough to get you started.

- For instance :

```sh
$ gpt-login example@gmail.com 123456
```

- For further info run `gpt-login --help`

```
usage: gpt-login [-h] [-v] [-d DRIVER] [-se SESSION] [--incognito]
email password

Automate GPT3 login-process

positional arguments:
email Google mail-address
password Passphrase for the account

optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-d DRIVER, --driver DRIVER
Absolute path to chromedriver
-se SESSION, --session SESSION
Total session time in minutes
--incognito Run browser in incognito mode
```

## Acknowledgements

- [x] [Undetected-chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver)