Scrapegraph-ai icon indicating copy to clipboard operation
Scrapegraph-ai copied to clipboard

Convert Graphviz Diagrams to Scraping Class Structures

Open PeriniM opened this issue 1 year ago • 0 comments

Description:

Building on our graph visualization capabilities, we aim to develop a feature that allows the creation of scraping class structures from Graphviz diagrams. This will enable rapid prototyping of scraping workflows from visual designs.

Tasks:

  • Define a standard format or conventions for Graphviz diagrams representing scraping workflows;
  • Implement a parser that reads Graphviz diagram files and extracts node and edge information;
  • Develop logic to generate Python class definitions for nodes and graphs based on the parsed diagram.

PeriniM avatar Feb 14 '24 10:02 PeriniM