Skip to content

gptscript-ai/knowledge-website-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knowledge Website Integration

Description

A sync tool to scrape websites and store the content as markdown files for knowledge base system.

Usage

Instructions on how to use the project.

go run main.go

provide a .metadata.json file to specify the website to be scraped and the local directory to store the markdown files.

{
  "input": {
    "urls": ["https://coral.org"]
  }
}

Mode

There are two modes to run the tool, colly and firecrawl.

MODE=colly go run main.go
MODE=firecrawl go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages