Skip to content

jiangjingzhi2003/webBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebBot

This project is a Chrome extension that summerize the current webcontent. you can also ask question about current website through query page.

Installation

Chrome Plugin

  1. Clone this repository
  2. Run npm install in this folder to install all dependencies.
  3. Run npm run build to build the extension.
  4. Navigate to chrome://extensions.
  5. Enable Developer Mode.
  6. Load the newly created dist directory in Chrome as an [unpacked extension]
  7. Click the extension icon to open the summary side panel.
  8. Open any web page, the page's content summary will automatically be displayed in the side panel.

Flask Backend

  1. Install Python dependencies:
    pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published