MCPcopy Index your code
hub / github.com/MiankeStar/Goofisher

github.com/MiankeStar/Goofisher @v0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2 ↗ · + Follow
17 symbols 78 edges 3 files 0 documented · 0% updated 14mo agov0.2 · 2025-03-31★ 332 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

基于Chromium内核的闲鱼爬虫脚本配置指南

方便

若不想繁琐的使用python,则可以前往Releases界面下载图形化可执行文件

环境准备

  1. 浏览器要求
  2. 必须使用基于Chromium内核的浏览器(如Microsoft Edge或Google Chrome)
  3. 确保浏览器已安装并可用

  4. Python库依赖

  5. 必须安装DrissionPage库:pip install DrissionPage
  6. 如使用progress版本,需进度条功能,安装tqdm库:pip install tqdm,common请忽略

初始配置

  1. 设置浏览器路径
  2. 编辑gfc.json,配置其browser_path属性,选择浏览器可执行文件路径!
  3. 注意:路径必须用英文双引号包裹,不能去除!

gfc.json配置文件说明

参数名 说明 默认值
browser_path 浏览器可执行文件路径 -
pages 爬取的页数 1
keyword 搜索关键词 "."
results_show 最大显示结果数 全部显示
included 必须包含的关键词 -
notincluded 必须不包含的关键词 -
is_upper 是否区分大小写
min_price 最小价格 0
max_price 最大价格 与商品同价

注意: - 任何参数设置为null将使用默认值 - 配置项说明清晰明确,便于理解和使用

技术说明

  1. 进度条功能
  2. tqdm提供直观的进度显示
  3. 仅progress版需要此依赖,common版不需要

Core symbols most depended-on inside this repo

validate_input
called by 4
src/graphics/gfcg.py
resources_path
called by 1
src/graphics/gfcg.py
init_ui
called by 1
src/graphics/gfcg.py
create_widgets
called by 1
src/graphics/gfcg.py
create_layouts
called by 1
src/graphics/gfcg.py
set_stylesheets
called by 1
src/graphics/gfcg.py
setup_connections
called by 1
src/graphics/gfcg.py
process_items
called by 1
src/graphics/gfcg.py

Shape

Method 11
Function 4
Class 2

Languages

Python100%

Modules by API surface

src/graphics/gfcg.py17 symbols

For agents

$ claude mcp add Goofisher \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page