Code Monkey home page Code Monkey logo

chatgpt-api-agent's Introduction

ChatGPT API Agent (Firefox version)

Setup

  1. Download from Mozilla Addons

Running

  1. Go to extension preferences image image
  2. Configure endpoint from the server
  3. Add emails/passwords to the preferences
  4. Press save image
  5. Click on the extension image This will spawn the same number of tabs as there are emails/passwords
  6. Wait for it to load
  7. Complete the captcha and press continue (email/password autofills) image
  8. After that, it will autofill the password and continue to the chat site.

Done. It connects to the endpoint and you can leave it open.




Firefox Docker (optional)

version: '3.3'
services:
    firefox:
        container_name: firefox
        ports:
            - '5800:5800'
        volumes:
            - '<host folder path>:/config:rw'
        image: jlesage/firefox
  1. create a folder that will contain the app data for firefox
  2. access container via <ip-address>:5800 and finish the firefox setup
  3. procceed to follow step 1 in Setup section
  4. now follow steps in Running section

Contributing

In order to develop locally you need to use guide provided by Mozilla: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#trying_it_out and follow next steps:

  1. Clone this repository
  2. Go to about:debugging in Firefox
  3. Specify this directory as a temporary extension
  4. It will be loaded on top of the existing extension if you have one
  5. You can debug your new feature.

chatgpt-api-agent's People

Contributors

0xraduan avatar andrexsaddler avatar kihayu avatar

Forkers

quantum-one-dlt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.