# gold **Repository Path**: pythonista/gold ## Basic Information - **Project Name**: gold - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###黄金价格买入卖出私人提醒 欢迎关注我的公众号 【pythonista的日常】发现更多好玩有趣的内容 脚本基本原理 1.我是爬取了黄金钱包网站的接口获取当前的黄金价格。 2.读取本地cfg.ini文件得到买入和卖出黄金的价格。 3.把通过接口获取金价和本地配置的价格阀值进行对比,符合条件就调取钉钉机器人接口,发送买入或者卖出的消息. 运行方法 安装必要的依赖包 pip install requirements.txt python glod_notice.py