# mys-checkin **Repository Path**: ingrun/mys-checkin ## Basic Information - **Project Name**: mys-checkin - **Description**: 米游社自动签到 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-26 - **Last Updated**: 2021-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 米游社自动签到 ## 使用 #### 配置文件 新增 config.json 1. 米游社 Cookie 2. 微信推送相关,参数查看`Server酱`和`企业微信`相关API ```json { "mys": [ "米游社 Cookie ,请直接登录网页版 F12获取" ], "wechat_push": { "corpid": "ww5118******f56ff", "agentid": "100****", "corpsecret": "SK1RjVCFsD4vWR*********************uaE", "content": "米游社签到成功, -- 微信提示内容 " } } ``` ### 运行 ```shell node install node ./index.js ```