Replies: 1 comment
-
yes we will do it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ScriptCreatorGraph is really exiting, but it lacks some features for my use case.
I want to create scraping script for an arbitrary website containing several pages with incomplete data.
I want to be able to run this script repeatedly over time to check for updates (without hitting the LLM for cost minimisation).
Since ScriptCreatorGraph is a one page a time solution (one page generates one script) and pages I want to generate script for are incomplete, I will not be able to use the script for the complete website.
What I would like to be able to do is:
The later method would also make it possible to rerun the script generation on a later stage, refining the script. (or maybe just starting over is a better approach in that case)
Any thought on this, is there a better way to do this with Scrapgraph?
Would this be possible to do?
Any plans for this type of solution?
Beta Was this translation helpful? Give feedback.
All reactions