Skip to content

Simatwa/gpt-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-login

codestyle wakatime

Automate GPT-Login process.

GPT-Browser-interface

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.
$ 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 mail-address and finally the account password is enough to get you started.

  • For instance :
$ 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