bs4-script.py
This commit is contained in:
@ -24,25 +24,22 @@ graph_config = {
|
||||
# "headless": False,
|
||||
}
|
||||
|
||||
|
||||
# #############################
|
||||
prompt="List all article titles on the page"
|
||||
prompt="列出页面上的所有文章标题"
|
||||
source="https://www.aivi.fyi/"
|
||||
|
||||
# #############################
|
||||
prompt="List all Stations on the page."
|
||||
source="https://network.satnogs.org/stations/"
|
||||
# prompt = "List all article titles on the page"
|
||||
# prompt = "列出页面上的所有文章标题"
|
||||
# source = "https://www.aivi.fyi/"
|
||||
#
|
||||
# # #############################
|
||||
# prompt = "List all Stations on the page."
|
||||
# source = "https://network.satnogs.org/stations/"
|
||||
|
||||
# #############################
|
||||
# prompt="列出页面上的所有站点。"
|
||||
prompt="列出页面上的所有站点以及站点信息"
|
||||
prompt = "列出页面上的所有站点以及站点信息"
|
||||
# prompt="列出页面上的所有站点以及站点信息。antennas需要是一个数组。"
|
||||
source=""
|
||||
with open('source/satnogs.html', 'r', encoding='utf-8') as file:
|
||||
source = file.read()
|
||||
|
||||
|
||||
# ************************************************
|
||||
# Create the SmartScraperGraph instance and run it
|
||||
# ************************************************
|
||||
|
Reference in New Issue
Block a user