Xm798 / Genshin-Dailynote-Reminder

原神上班提醒小助手 | Check and push the status of the Genshin Impact resin, commissions, expeditions, home coins and transformer.
GNU General Public License v3.0
8 stars 1 forks source link

添加青龙支持 #3

Closed owwkmidream closed 1 year ago

owwkmidream commented 1 year ago

问题描述

请求添加青龙支持

Xm798 commented 1 year ago

支持青龙调度,可能需要手动设置一下。 image

步骤大概如下(参考我给fansmedal写的教程):

  1. 左侧「脚本管理」,点击右上角加号,选择“新建文件”,填写脚本名称 pull_GHR.sh,内容:
    git clone https://github.com/Xm798/Genshin-Dailynote-Reminder
    cp  Genshin-Dailynote-Reminder/dailynotereminder/config/config.example.yaml Genshin-Dailynote-Reminder/dailynotereminder/config/config.yaml

    或者用 ssh 克隆。

  2. 左侧「定时任务」,然后新建任务,名称随便填,命令填 task pull_GHR.sh, 定时规则随便填,因为这个任务只要执行一次,确定。
  3. 点击右侧运行,打开日志,等待仓库拉取完成,之后禁用或者删除这个脚本。
  4. 回到脚本管理,找到 Genshin-Dailynote-Reminder/dailynotereminder/config/config.yaml 文件,填写自己的配置,点击“保存”。
  5. 保存后新建定时任务,名称随便填,命令填 task Genshin-Dailynote-Reminder/run_once.py, 定时规则填执行的时间,确定。
Xm798 commented 1 year ago

哦对,第一步要安装依赖,复制以下内容,拆分依赖,安装即可。

pydantic==1.10.11
requests
typing_extensions
pyyaml
schedule
pytz
tzlocal
dataclasses
pysocks
colorama
owwkmidream commented 1 year ago

感谢帮助,已完成