Skip to content

Commit 93372c5

Browse files
committed
refactor of the readme
1 parent 8334737 commit 93372c5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ graph_config = {
6363
}
6464

6565
smart_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

9797
smart_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

121121
smart_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
146146
smart_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

Comments
 (0)