更新README.md,添加ScrapeGraphLib示例链接
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
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
|
||||
|
@ -43,6 +43,10 @@ with open('source/satnogs.html', 'r', encoding='utf-8') as file:
|
||||
source = file.read()
|
||||
|
||||
|
||||
# ************************************************
|
||||
# Create the SmartScraperGraph instance and run it
|
||||
# ************************************************
|
||||
|
||||
smart_scraper_graph = SmartScraperGraph(
|
||||
prompt=prompt,
|
||||
source=source,
|
||||
|
Reference in New Issue
Block a user