maooson / chatgpt-filehelper-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatGPT for Weixin FileHelper

A browser extension to automatically respond to WeChat messages via chatgpt, supports Chrome/Edge/Firefox

Requirements

  1. Your WeChat account needs to support web-based login.
  2. Open both the WeChat web page and the https://chat.openai.com/chat page after installing the extension.

Screenshot

Screenshot 01 Screenshot 02

Installation

Install to Chrome/Edge

Install from Chrome Web Store (Preferred)

<https://chrome.google.com/webstore/detail/chatgpt-for-wechat/cdlangplaophialnpfbdfndiobanklfd>

Local Install

  1. Download chromium.zip from Releases.
  2. Unzip the file.
  3. In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions).
  4. Enable Developer Mode.
  5. Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).

Build from source

  1. Clone the repo
  2. Install dependencies with npm
  3. npm run build
  4. Load build/chromium/ or build/firefox/ directory to your browser

About

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 3.6%Language:HTML 0.7%Language:CSS 0.3%