# 股票分析项目 **Repository Path**: suneen/stock-analysis-project ## Basic Information - **Project Name**: 股票分析项目 - **Description**: 基于selenium + python 实现东方财富网的股票数据爬取并分析 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-09-10 - **Last Updated**: 2024-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 股票分析项目 #### 介绍 基于selenium + python 实现东方财富网的股票数据爬取并分析 #### 软件架构 软件架构说明 #### 安装教程 ``` pip install -r req-dev.txt python tools.py ``` #### 使用说明 1. 配置策略规则 dev.ini ``` [PROCESS] is_open = false // 是否开启多进程 workers = 8 // 子进程数量,取决于cpu核心数 [DEFAULT] data_days = 30 // 统计数据维度 is_up = true // 是否上升趋势 is_today_down = true // 是否振荡调整 is_zj_ok = true // 资金是否净流入 is_month_ok = true // 30天内涨停次数大于1次 ``` ``` python run.py ``` #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)