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.
- Host: GitHub
- URL: https://github.com/simatwa/gpt-login
- Owner: Simatwa
- License: mit
- Created: 2023-02-02T13:25:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T09:26:09.000Z (over 3 years ago)
- Last Synced: 2025-04-08T13:45:06.626Z (about 1 year ago)
- Topics: auto-login, automation, gpt, gpt-2, gpt-3, gpt-3prompts, gpt-login, gpt-neo
- Language: Python
- Homepage:
- Size: 166 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gpt-login
Automate GPT-Login process.

## 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)