https://github.com/secary/exchange
Secary's Exchange Rate Data collector
https://github.com/secary/exchange
Last synced: over 1 year ago
JSON representation
Secary's Exchange Rate Data collector
- Host: GitHub
- URL: https://github.com/secary/exchange
- Owner: secary
- Created: 2024-10-14T10:30:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-11T10:22:25.000Z (over 1 year ago)
- Last Synced: 2025-01-11T11:31:19.946Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MT's Exchange Rate Web Crawler
## 概述
* 中行外汇汇率数据爬取,数据源:[链接](https://www.boc.cn/sourcedb/whpj/)
* 通过wsl的crontab设置自动化运行,运行周期为60分钟一次,范围0700-2300 ACDT
* 数据保存至data文件夹及个人数据库
## 功能介绍
* 通过shell脚本运行以便保存日志
* 设置config.py以进行阈值警告,汇率低于阈值时可以自动通知
* 通知通过调用powershell的BurnToast实现弹窗,以及python的smtplib群发邮件
* 拆分主逻辑模块与其他功能模块
## 卫星
* 分析功能建设中