Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.26 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.26 KB

Juejin Workflows 掘金工作流

通知

🔈 海底掘金游戏官方已下线 juejin-helper >= 1.7.3

开始使用

下载项目 或 clone the repo:

curl https://codeload.github.com/iDerekLi/juejin-helper/tar.gz/main | tar -xz --strip=2 juejin-helper-main/workflows
cd workflows

安装依赖并运行脚本

yarn
yarn checkin
yarn seagold

运行脚本前 配置环境变量 /workflows/utils/env.js

module.exports = {
  COOKIE: "掘金Cookie"
  // ...
};
Name Value Required
COOKIE 掘金网站Cookie
COOKIE_2 多用户, 当需要同时运行多个掘金用户时所需, 支持最多 5 名用户(即COOKIE + COOKIE_2 - COOKIE_5)
EMAIL_USER 发件人邮箱地址(需要开启 SMTP)
EMAIL_PASS 发件人邮箱密码(SMTP密码)
EMAIL_TO 订阅人邮箱地址(收件人). 如需多人订阅使用 , 分割, 例如: a@163.com, b@qq.com
DINGDING_WEBHOOK 钉钉机器人WEBHOOK
PUSHPLUS_TOKEN Pushplus 官网申请,支持微信消息推送
WEIXIN_WEBHOOK 企业微信机器人WEBHOOK