/ScrapGPT

Scrapping ChatGpt answer using selenium

Primary LanguagePython

ScrapGPT

A program that will let you use chatgpt without going through the website or the openai API

Requirements

To make the code work you will need to have Python and Pip installed in your computer and the last version of Google chrome

Link to download python: https://www.python.org/downloads/

Link to download pip: https://pip.pypa.io/en/stable/installation/

Link to download google chrome: https://www.google.com/intl/fr_fr/chrome/

Download all the modules required for the bot to work using this command:

pip install -r requirements.txt

Have a google account linked to chatgpt

How to use it ?

Add you google account account credentials to the configuration.yml file

Create your python file then import this

from scrap import *

then call the maker function like in the example.py file.