# christopher_fund_monitor **Repository Path**: Hemingway2003/christopher_fund_monitor ## Basic Information - **Project Name**: christopher_fund_monitor - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2022-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ---2022.02.07--- Change postgresql as main sql. 注意,确保你的qt中python的环境只有一个,且是有效的 TODO: 1.绝对地址问题 2.首次运行时自动安装requests # foundation_robot This is a foundation monitor project Environment need: ``` requests ``` - Maybe you need run: ``` python -m pip install requests python -m pip install --upgrade pip ``` Change your own foundation code in `fund_codes.txt` line by line Input `python3 main.py` to run it. ///////////////////////////////////////////////////////////////////////// 这是一个监测基金的项目 需要的环境: ``` requests ``` - 你可能需要运行: ``` python -m pip install requests python -m pip install --upgrade pip ``` 更改`fund_codes.txt`为你自己的基金代码 输入`python3 main.py`来运行