更新README.md,添加ScrapeGraphLib示例链接

This commit is contained in:
严浩
2025-01-14 14:59:29 +08:00
parent ae42c58aed
commit c7f165439c
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,8 @@
ScrapeGraphAI是一个用于网络爬虫和数据抓取的AI工具。 ScrapeGraphAI是一个用于网络爬虫和数据抓取的AI工具。
https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md - https://github.com/ScrapeGraphAI/Scrapegraph-ai/blob/main/docs/chinese.md
- https://github.com/ScrapeGraphAI/ScrapegraphLib-Examples
## Reference ## Reference

View File

@ -43,6 +43,10 @@ with open('source/satnogs.html', 'r', encoding='utf-8') as file:
source = file.read() source = file.read()
# ************************************************
# Create the SmartScraperGraph instance and run it
# ************************************************
smart_scraper_graph = SmartScraperGraph( smart_scraper_graph = SmartScraperGraph(
prompt=prompt, prompt=prompt,
source=source, source=source,