# faq-platform-spider **Repository Path**: openkylin/faq-platform-spider ## Basic Information - **Project Name**: faq-platform-spider - **Description**: openKylin FAQ平台爬虫 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 1 - **Created**: 2024-11-26 - **Last Updated**: 2026-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文渊阁问 爬虫 #### 介绍 文渊阁问 openKylin FAQ平台爬虫 #### 软件架构 linux+python3+django #### 安装教程 1. 克隆项目 `git clone https://gitee.com/openkylin/faq-platform-spider.git` 2. 安装依赖 `pip install pipenv playwright && playwright install` 3. 创建虚拟环境 `pipenv install && pipenv shell` #### Docker部署 ```bash docker build -t wenyuan-spider . docker run -d -p 8000:8000 wenyuan-spider ``` 访问:http://localhost:8000/ #### 使用说明 1. `pipenv shell` 2. `python manage.py runserver` ![alt text](imgs/运行示例.gif) #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 更新日志 **2024.12.04** 1. 增加爬虫停止功能 2. 增加下载爬虫资源功能 **2024.12.02** 1. 修改了主页 2. 新增爬虫管理页面 3. 初步完成gitee上issue爬虫的代码 **2024.11.29** 初步实现: 1. 搭建django框架 2. 初步编写主页 3. 初步完成爬取麒麟仓库和对应url脚本