A program that will let you use chatgpt without going through the website or the openai API
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
Create your python file then import this
from gpt GptScraper *then call the maker function like in the example.py file.