Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Mar 13:33
· 1 commit to master since this release

油价监控工具 v1.1.0

下载

平台 文件
Windows (x64) oilprice-windows-amd64.exe
Linux (x64) oilprice-linux-amd64

使用方式

  1. 下载对应平台的可执行文件
  2. 在同目录创建 .env 配置文件(参考 .env.example
  3. 运行可执行文件即可推送油价到企业微信
# Linux
chmod +x oilprice-linux-amd64
./oilprice-linux-amd64

# Windows
oilprice-windows-amd64.exe

# 仅查看油价不发送
./oilprice-linux-amd64 --dry-run

What's Changed

  • Add PREDICTION_MODE config and auto-generate oil price predictions from international crude prices by @Copilot in #2
  • Add Yahoo Finance K-line source, fix null handling, and add prediction source labels by @Copilot in #4

New Contributors

  • @Copilot made their first contribution in #2

Full Changelog: v1.0.0...v1.1.0