@@ -63,7 +63,7 @@ graph_config = {
6363}
6464
6565smart_scraper_graph = SmartScraperGraph(
66- prompt = " List me all the news with their description. " ,
66+ prompt = " List me all the articles " ,
6767 # also accepts a string with the already downloaded HTML code
6868 source = " https://perinim.github.io/projects" ,
6969 config = graph_config
@@ -95,9 +95,9 @@ graph_config = {
9595}
9696
9797smart_scraper_graph = SmartScraperGraph(
98- prompt = " List me all the news with their description. " ,
98+ prompt = " List me all the articles " ,
9999 # also accepts a string with the already downloaded HTML code
100- source = " https://www.wired.com " ,
100+ source = " https://perinim.github.io/projects " ,
101101 config = graph_config
102102)
103103
@@ -119,9 +119,9 @@ graph_config = {
119119}
120120
121121smart_scraper_graph = SmartScraperGraph(
122- prompt = " List me all the news with their description. " ,
122+ prompt = " List me all the articles " ,
123123 # also accepts a string with the already downloaded HTML code
124- source = " https://www.wired.com " ,
124+ source = " https://perinim.github.io/projects " ,
125125 config = graph_config
126126)
127127
@@ -144,8 +144,8 @@ graph_config = {
144144
145145# Create the SmartScraperGraph instance
146146smart_scraper_graph = SmartScraperGraph(
147- prompt = " List me all the quotes, authors and tags " ,
148- source = " http ://quotes.toscrape.com " , # also accepts a string with the already downloaded HTML code as string format
147+ prompt = " List me all the articles " ,
148+ source = " https ://perinim.github.io/projects " ,
149149 config = graph_config
150150)
151151
0 commit comments