Scrapegraph-ai
Scrapegraph-ai copied to clipboard
Convert Graphviz Diagrams to Scraping Class Structures
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.