Compare commits

..
3 Commits
Author SHA1 Message Date
shanmite 77245c0391 env.js 2023-06-30 08:44:57 +08:00
shanmite c0dbdee343 proxy all 2023-06-29 16:40:01 +08:00
shanmite a0a2502148 test case 2023-06-29 15:37:49 +08:00
48 changed files with 1266 additions and 2014 deletions
+1 -9
View File
@@ -9,13 +9,5 @@
"ecmaVersion": "latest"
},
"rules": {
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}
}
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
@@ -31,4 +31,4 @@ jobs:
with:
push: true
tags: ${{ secrets.DOCKERHUB_REPO }}
platforms: "linux/amd64,linux/arm64"
platforms: "linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le,linux/s390x"
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Mirror + trigger CI
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
+9 -9
View File
@@ -26,20 +26,20 @@ jobs:
nodev: 18
- platform: win
nodev: 18
# - platform: win
# nodev: 12
- platform: win
nodev: 12
steps:
- name: "Checkout codes"
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: "Use Node.js"
uses: actions/setup-node@v4
uses: actions/setup-node@v3
with:
node-version: "*"
- name: "Pkg this"
run: |
npm run pkg "node${{ matrix.nodev }}-${{ matrix.platform }}-x64"
- name: "Upload to artifact"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: node${{ matrix.nodev }}-${{ matrix.platform }}-x64
path: "dist/*.zip"
@@ -62,14 +62,14 @@ jobs:
- platform: alpine
steps:
- name: "Checkout codes"
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: "Pkg this"
run: |
npm run pkg "node18-${{ matrix.platform }}-arm64"
npm run pkg "${{ matrix.platform }}-arm64"
- name: "Upload to artifact"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: node18-${{ matrix.platform }}-arm64
name: arm64
path: "dist/*.zip"
- name: "Upload to release draft"
uses: xresloader/upload-to-github-release@v1
-1
View File
@@ -3,7 +3,6 @@ node_modules/
tests/
dyids/
lottery_info/
lottery_dyids/
dist/
.env
*.log
-163
View File
@@ -1,168 +1,5 @@
<!-- markdownlint-disable MD036 MD024-->
# CHANGELOG
## 主要变化(2.9.3)
* 1d4e8ea fix: 专栏获取为空 (#425)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.9.2)
* 4134190 fix: 分区移动失败继续运行 (#423)
* 66fa06f fix: 源动态禁止转发
* b1de122 fix: 验证码识别失败无限重试
* d3475a5 feat(notify.js): QYWX推送变为图文消息 (#416)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.9.1)
* 9b0f9bf fix: 仅屏蔽自动回复 (#401)
* 74337ca fix: 账号转发动态途中被系统强制登出,任务直接终止 (#392)
* 6c75d57 lint: eslint
* e723136 feat: 可自定义验证码识别API
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.9.0)
* 1e7d8b2 feat: 动态详情新老api共存
* fc41750 fix: 源rid_str获取
* 1a08c0a fix: 话题uid动态获取使用老解析函数
* 666c057 feat: 使用新接口替换动态详情老接口 (#382)
* df3e97d ci: fix "an artifact with this name already exists on the workflow run"
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.19)
* d9f6bf2 feat: 中奖检测屏蔽自动回复 (#381)
* ded981e fix: 动态卡片解析出错导致程序停止
* 93d3727 fix: searcher.js typo fix (#379)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.17)
* 60e211e fix: 读取uid出错 (#369)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.17)
* 5b33ae3 fix: 读取uid出错 (#369)
* 7e4650c feat: env可自定义UA (#371)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.16)
* 469a6dc fix: add getOneDynamicByDyid v1
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.15)
* 7b6356a fix: 风控导致动态全为过时
* d337fb2 fix: 查询动态详情的接口失效 (#349)
* d9dba6f fix: Cannot read properties of null (reading 'is_liked')
* eafa7c7 fix: Cannot read properties of null (reading 'length') (#360)
* e2976cc docs: 文档更新cookie获取方式 (#357)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.14)
* f5bdd28 fix: update api getOneDynamicByDyid
* cb6fad0 fix: get_dynamic_detail api (#351)
* 780a3a9 fix: update get_dynamic_detail api (#350)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.13)
* addb9c6 fix: ghproxy.com->mirror.ghproxy.com (#333)
* b86e756 fix: at错位
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.12)
* 5d30178 ci: docker构建
* 0c61070 fix: 评论并转发 (#259)
* 6dfee7e fix: 出现帐号未登录错误时自动跳转下一个帐号
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.11)
* 6496a8f fix: fs.close
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.10)
* e32c3c9 fix: 已经关注用户未转发
* 3bd77b3 fix: fs.close
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.9)
* 588feba docs: update readme
* 5d5858f fix: 无法已读未关注未读私信
* 1526519 docs: 添加gotify推送说明
* 69c297e feat: 添加Gotify推送
* 2017705 feat: autoAttention API增加对重复关注的处理
* 16c113f docs: update readme
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.8)
* 54af844 fix: 专栏无法获取
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.7)
* 62768dd fix: 修改win脚本
* 101df0a fix: login等待时间过长
* f8829b5 fix: 清理动态检索动态延时
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.6)
* 83e19d4 docs: 扫码登陆使用说明
* c238c27 fix:多账号login添加时延进行间隔
* 8addc90 fix:登录跳过执行正常状态的账号
* 288851b feat: 扫码登录获取移动端的CK更新账号,带sid可减小掉号频率
* ddcfcee fix: 移除公共黑名单设置
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.5)
* 0024b19 feat: 移除远程设置启用自动更新
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.4)
* 9ab605a feat: 新增本地dyids抽奖新信息获取方式 (#311)(#287)
* a83c5ab fix: extend_json undefined
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.3)
* 2f2eaab fix: 预约抽奖包月抽奖识别异常 (#288)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.2)
* 3825be4 feat: 查看帐号信息
* 248c78d feat: 快速移除关注模式新增粉丝数限制 (#305)
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.1)
* d44981b fix: 随机cookie参数buvid3
* 3bfc93f fix: 目前回复无法正常推送 (#302)
* ef8366b fix: tg推送代理设置出错 (#298)
* a7e31b4 docs: update
* f4f45c5 fix: cookie参数buvid3错误导致专栏获取滞后
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.8.0)
* 2f935bb chore: update env.js
* eec22ff feat: 验证码自动识别
* 909fb83 chore: update qinglong script
* 41b0369 ci: fix pkg.yml
_如果之前版本小于上一版本,请查看[CHANGELOG](https://github.com/shanmiteko/LotteryAutoScript/blob/main/CHANGELOG.md)变更说明_
## 主要变化(2.7.11)
* 5a3c16d fix: 专栏获取内容不正确,需要排除推荐内容 (#293)
+28 -69
View File
@@ -3,19 +3,16 @@
- [AutoScript](#autoscript)
- [操作步骤](#操作步骤)
- [获取COOKIE](#获取cookie)
- [扫码登陆](#扫码登陆)
- [手动获取](#手动获取)
- [本地运行](#本地运行)
- [可执行文件](#可执行文件)
- [以源码方式运行](#以源码方式运行)
- [Docker](#docker)
- [青龙面板](#青龙面板)
- [防重复转发(可选)](#防重复转发可选)
- [检测中奖](#检测中奖)
- [检测未读信息, 已读未读信息](#检测未读信息-已读未读信息)
- [中奖推送](#中奖推送)
- [中奖推送(可选)](#中奖推送可选)
- [设置说明](#设置说明)
- [评论验证码识别](#评论验证码识别)
- [其他](#其他)
- [Awesome](#awesome)
[Github仓库链接](https://github.com/shanmiteko/LotteryAutoScript)
@@ -56,43 +53,6 @@
### 获取COOKIE
#### 扫码登陆
`env.js`文件填`COOKIE`的对应位置写入`"DedeUserID=你的UID"`即可使用`lottery login`扫码自动获取Cookie
`COOKIE`中包含`DedeUserID=你的UID`的都会被自动替换
#### 手动获取
第一种
进入[B站主页](https://www.bilibili.com/)点击个人头像进入个人主页获取Cookie用于登录
Chrome浏览器:
进入个人主页后
1. `F12`打开控制台
2. F5刷新
3. 根据图中找到network/网络 搜索nav,点击找到的nav,点标头,下滑,找到COOKIE全部复制
![image](doc/pic/getCookies2.png)
注意!!!!!!!!!!!
注意!!!!!!!!!!!
注意!!!!!!!!!!!
所有网页端获取的COOKIE,每次打开网页端时,都会有概率刷新COOKIE,点击退出账号则会退出当前COOKIE。可以利用Chrome内核的浏览器创建多用户,专门用于获取COOKIE。
注意!!!!!!!!!!!
注意!!!!!!!!!!!
注意!!!!!!!!!!!
第二种
进入[B站主页](https://www.bilibili.com/)获取Cookie用于登录
Chrome浏览器:
@@ -113,7 +73,7 @@ Chrome浏览器:
.cookie
.split(/\s*;\s*/)
.map(it => it.split('='))
.filter(it => ['DedeUserID','bili_jct', 'SESSDATA', 'buvid3'].indexOf(it[0]) > -1)
.filter(it => ['DedeUserID','bili_jct', 'SESSDATA'].indexOf(it[0]) > -1)
.map(it => it.join('='))
.join('; ')
.split()
@@ -122,9 +82,7 @@ Chrome浏览器:
也可以采用**其他方式获取**所需的Cookie
只需含有 `DedeUserID=...;SESSDATA=...;bili_jct=...;buvid3=...` 即可
buvid3亦可不填 使用随机生成值
只需含有 `DedeUserID=...;SESSDATA=...;bili_jct=...` 三项即可
(分号分割, 不要换行, 顺序随意)
@@ -151,22 +109,23 @@ buvid3亦可不填 使用随机生成值
4. 在`my_config.js`中自定义设置
5. 在当前目录下**打开终端**运行可执行文件`lottery`(勿直接点击`lottery`)
- windows 可直接点击对应的`*.bat`文件
```
用法: lottery [OPTIONS]
OPTIONS:
start 启动抽奖
check 中奖检查
acount 查看帐号信息
clear 清理动态和关注
update 检查更新
login 扫码登录更新CK
help 帮助信息
- unix-like
```sh
## 进入脚本所在目录
## 授予执行权限
$ chmod u+x lottery
## 启动脚本
$ ./lottery start
## 检测中奖
$ ./lottery check
## 清理关注动态
$ ./lottery clear
## 下载最新版本
$ ./lottery update
```
1. 运行截图
![lottery_start](https://raw.githubusercontents.com/shanmiteko/LotteryAutoScript/main/doc/pic/lottery_start.png)
7. 运行截图
![lottery_start](https://raw.githubusercontents.com/shanmiteko/LotteryAutoScript/main/doc/pic/lottery_start.png)
#### 以源码方式运行
@@ -186,6 +145,14 @@ buvid3亦可不填 使用随机生成值
----------------------------------------
## 防重复转发(可选)
- 脚本将转发过的动态和被过滤的动态都写入`dyids/dyid*.txt`文件中
- 是否点赞
----------------------------------------
## 检测中奖
### 检测未读信息, 已读未读信息
@@ -198,7 +165,7 @@ buvid3亦可不填 使用随机生成值
关键词有限 可能会有**漏掉**的或**误报**
### 中奖推送
### 中奖推送(可选)
> 填写在env.js内
@@ -232,19 +199,11 @@ buvid3亦可不填 使用随机生成值
| `SMTP_USER` | 电子邮件 | 发送方的电子邮件 如: `xxxxxxxxx@qq.com` |
| `SMTP_PASS` | 电子邮件 | smtp服务对应的授权码 |
| `SMTP_TO_USER` | 电子邮件 | 接收方电子邮件 |
| `GOTIFY_URL` | gotify推送 | gotify消息推送地址(例如 http://localhost:8008/message)[官方文档](https://gotify.net/docs/) |
| `GOTIFY_APPKEY` | gotify推送 | 一个gotify application的token[官方文档](https://gotify.net/docs/) |
----------------------------------------
## 设置说明
### 评论验证码识别
[点击跳转](doc/chat_captcha_orc.md)
### 其他
详见[env.example.js](./env.example.js)文件内部注释
详见[my_config.example.js](./my_config.example.js)文件内部注释
-18
View File
@@ -1,18 +0,0 @@
使用此功能前需启动OCR服务
## 拉取镜像
```
docker pull shanmite/ocr_api_server
```
## 启动容器
```
docker run -p 9898:9898 -d ocr_api_server
```
### 非docker启动方式
![ocr server](pic/ocr1.png)
[ocr_api_server](https://github.com/shanmiteko/ocr_api_server)
![start](pic/ocr0.png)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 127 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 328 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 292 KiB

+1 -1
View File
@@ -1,7 +1,7 @@
1.初始化
```bash
curl -fsSL https://ghproxy.com/https://raw.githubusercontent.com/shanmiteko/LotteryAutoScript/main/script/docker/init.sh | sudo bash
curl -fsSL https://cdn.staticaly.com/gh/shanmiteko/LotteryAutoScript/main/script/docker/init.sh | sudo sh
```
进入`lottery`文件夹
+45 -48
View File
@@ -5,43 +5,43 @@ module.exports = Object.freeze({
* - `NOTE` 帐号备注
* - `NUMBER` 表示是第几个账号
* - `CLEAR` 是否启用清理功能
* - `ACCOUNT_UA` 账号UA, 可在浏览器控制台输入 navigator.userAgent 查看
* ## 高级功能
* - `ENABLE_CHAT_CAPTCHA_OCR` 开启评论验证码识别 使用方法见README
* - `CHAT_CAPTCHA_OCR_URL` 验证码识别接口 POST `url`->`code`
* - `ENABLE_MULTIPLE_ACCOUNT` 是否启用多账号
* - `MULTIPLE_ACCOUNT_PARM` 多账号参数(JSON格式) <不推荐使用
* - `MULTIPLE_ACCOUNT_PARM` 多账号参数(JSON格式)
* ## 代理相关
* - `ENABLE_PROXY` 启用代理
* - `XMDL_ORDERNNO` 熊猫动态代理订单号
* - `XMDL_SECRET` 熊猫动态代理密钥
* ## 调试相关
* - `LOTTERY_LOG_LEVEL` 输出日志等级 Error<Warn<Info<Debug 1<2<3<4
* - `NOT_GO_LOTTERY` 关闭抽奖行为
*
* ## 多账号
* 1. 将 ENABLE_MULTIPLE_ACCOUNT 的值改为true
* 2. 将账号信息依次填写于 multiple_account_parm 中, 参考例子类推
* - `WAIT` 表示下一个账号运行等待时间(毫秒)
*
*
* **按顺序依次执行, 防止访问频繁封禁IP**
*/
account_parm: {
COOKIE: '',
NOTE: '',
COOKIE: "",
NOTE: "",
NUMBER: 1,
CLEAR: true,
ACCOUNT_UA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36',
ENABLE_CHAT_CAPTCHA_OCR: false,
CHAT_CAPTCHA_OCR_URL: 'http://127.0.0.1:9898/ocr/url/text',
ENABLE_MULTIPLE_ACCOUNT: false,
MULTIPLE_ACCOUNT_PARM: '',
ENABLE_PROXY: "",
XMDL_ORDERNNO: "",
XMDL_SECRET: "",
MULTIPLE_ACCOUNT_PARM: "",
LOTTERY_LOG_LEVEL: 3,
NOT_GO_LOTTERY: ''
NOT_GO_LOTTERY: ""
},
/**
* 为防止环境变量过长, 请将多账号填在此处
* 以 **大括号内容** 为模板依次复制(包含大括号),逗号分割
*
*
* ```txt
* [
* {
@@ -59,12 +59,11 @@ module.exports = Object.freeze({
*/
multiple_account_parm: [
{
COOKIE: '',
NOTE: '',
COOKIE: "",
NOTE: "",
NUMBER: 1,
CLEAR: true,
WAIT: 60 * 1000,
ACCOUNT_UA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'
WAIT: 60 * 1000
}
],
@@ -72,33 +71,31 @@ module.exports = Object.freeze({
* 推送相关参数
*/
push_parm: {
SCKEY: '',
SENDKEY: '',
QQ_SKEY: '',
QQ_MODE: '',
BARK_PUSH: '',
BARK_SOUND: '',
PUSHDEER_URL: '',
PUSHDEER_PUSHKEY: '',
TG_BOT_TOKEN: '',
TG_USER_ID: '',
TG_PROXY_HOST: '',
TG_PROXY_PORT: '',
DD_BOT_TOKEN: '',
DD_BOT_SECRET: '',
QYWX_AM: '',
QYWX_KEY: '',
IGOT_PUSH_KEY: '',
PUSH_PLUS_TOKEN: '',
PUSH_PLUS_USER: '',
QMSG_KEY: '',
QMSG_QQ: '',
SMTP_HOST: '',
SMTP_PORT: '',
SMTP_USER: '',
SMTP_PASS: '',
SMTP_TO_USER: '',
GOTIFY_URL: '',
GOTIFY_APPKEY: ''
SCKEY: "",
SENDKEY: "",
QQ_SKEY: "",
QQ_MODE: "",
BARK_PUSH: "",
BARK_SOUND: "",
PUSHDEER_URL: "",
PUSHDEER_PUSHKEY: "",
TG_BOT_TOKEN: "",
TG_USER_ID: "",
TG_PROXY_HOST: "",
TG_PROXY_PORT: "",
DD_BOT_TOKEN: "",
DD_BOT_SECRET: "",
QYWX_AM: "",
QYWX_KEY: "",
IGOT_PUSH_KEY: "",
PUSH_PLUS_TOKEN: "",
PUSH_PLUS_USER: "",
QMSG_KEY: "",
QMSG_QQ: "",
SMTP_HOST: "",
SMTP_PORT: "",
SMTP_USER: "",
SMTP_PASS: "",
SMTP_TO_USER: ""
}
});
})
-15
View File
@@ -1,15 +0,0 @@
const bili = require('./net/bili');
const { log } = require('./utils');
async function account() {
const my_info = await bili.getMyinfo();
const stat = await bili.getStat();
if (my_info && stat) {
log.info('帐号信息', `${my_info.name} Lv${my_info.level} ${my_info.silence ? '已封禁' : '未封禁'} 升级还需${my_info.level_exp.next_exp - my_info.level_exp.current_exp}经验`);
log.info('帐号信息', `当前关注数:${stat.following} 粉丝数:${stat.follower} 动态数量:${stat.dynamic_count}`);
} else {
log.error('帐号信息', '获取失败');
}
}
module.exports = { account };
+38 -37
View File
@@ -1,8 +1,8 @@
const { log, delay, infiniteNumber, judge } = require('./utils');
const { sendNotify } = require('./helper/notify');
const config = require('./data/config');
const global_var = require('./data/global_var');
const bili = require('./net/bili');
const { log, delay, infiniteNumber, judge } = require('./utils')
const { sendNotify } = require('./helper/notify')
const config = require('./data/config')
const global_var = require('./data/global_var')
const bili = require('./net/bili')
/**
* 是否中奖
@@ -21,14 +21,14 @@ async function isMe(num) {
MyAtInfo
.slice(0, unread_at_num)
.forEach(({ at_time, up_uname, business, source_content, url }) => {
desp += '## [at]检测结果\n\n';
desp += '- - - -\n\n';
desp += `发生时间: ${new Date(at_time * 1000).toLocaleString()}\n\n`;
desp += `用户: ${up_uname}\n\n`;
desp += `${business}中@了[你](https://space.bilibili.com/${global_var.get('myUID')})\n\n`;
desp += `原内容为: ${source_content}\n\n`;
desp += `[直达链接](${url})\n\n`;
desp += '- - - -\n\n';
desp += '## [at]检测结果\n\n'
desp += '- - - -\n\n'
desp += `发生时间: ${new Date(at_time * 1000).toLocaleString()}\n\n`
desp += `用户: ${up_uname}\n\n`
desp += `${business}中@了[你](https://space.bilibili.com/${global_var.get("myUID")})\n\n`
desp += `原内容为: ${source_content}\n\n`
desp += `[直达链接](${url})\n\n`
desp += '- - - -\n\n'
});
log.info('中奖检测', '--> OK');
}
@@ -39,22 +39,22 @@ async function isMe(num) {
.slice(0, unread_reply_num)
.forEach(({ nickname, uri, source, timestamp }) => {
if (judge(source, notice_key_words)) {
desp += '## 回复检测结果\n\n';
desp += '- - - -\n\n';
desp += `发生时间: ${new Date(timestamp * 1000).toLocaleString()}\n\n`;
desp += `用户: ${nickname}\n\n`;
desp += `回复[你](https://space.bilibili.com/${global_var.get('myUID')})说:\n${source}\n\n`;
desp += `[直达链接](${uri})\n\n`;
desp += '- - - -\n\n';
desp += '## 回复检测结果\n\n'
desp += '- - - -\n\n'
desp += `发生时间: ${new Date(timestamp * 1000).toLocaleString()}\n\n`
desp += `用户: ${nickname}\n\n`
desp += `回复[你](https://space.bilibili.com/${global_var.get("myUID")})说:\n${source}\n\n`
desp += `[直达链接](${uri})\n\n`
desp += '- - - -\n\n'
}
});
})
log.info('中奖检测', '--> OK');
}
if (follow_unread + unfollow_unread > 0) {
const check = async (type) => {
let session_t = '';
let MySession = await bili.getSessionInfo(type);
log.info('准备检查私信', check_session_pages + '页');
let MySession = await bili.getSessionInfo(type)
log.info("准备检查私信", check_session_pages + "页")
for (const index of infiniteNumber()) {
for (const Session of MySession.data) {
const { sender_uid, session_ts, timestamp, unread_count, talker_id, msg_seqno } = Session;
@@ -62,13 +62,13 @@ async function isMe(num) {
if (unread_count) {
const content = await bili.fetch_session_msgs(talker_id, unread_count);
if (judge(content, notice_key_words)) {
desp += '## 私信检测结果\n\n';
desp += '- - - -\n\n';
desp += `发生时间: ${new Date(timestamp * 1000).toLocaleString()}\n\n`;
desp += `用户: ${sender_uid}\n\n`;
desp += `私信[你](https://space.bilibili.com/${global_var.get('myUID')})说:\n${content}\n\n`;
desp += `[直达链接](https://message.bilibili.com/#/whisper/mid${sender_uid})\n\n`;
desp += '- - - -\n\n';
desp += '## 私信检测结果\n\n'
desp += '- - - -\n\n'
desp += `发生时间: ${new Date(timestamp * 1000).toLocaleString()}\n\n`
desp += `用户: ${sender_uid}\n\n`
desp += `私信[你](https://space.bilibili.com/${global_var.get("myUID")})说:\n${content}\n\n`
desp += `[直达链接](https://message.bilibili.com/#/whisper/mid${sender_uid})\n\n`
desp += '- - - -\n\n'
}
await bili.updateSessionStatus(talker_id, type, msg_seqno);
await delay(update_session_wait);
@@ -76,26 +76,27 @@ async function isMe(num) {
}
if (MySession.has_more && index < check_session_pages) {
await delay(get_session_wait);
MySession = await bili.getSessionInfo(type, session_t);
MySession = await bili.getSessionInfo(type, session_t)
} else {
break;
break
}
}
};
}
if (follow_unread) {
log.info('中奖检测', '<-- 正在检查已关注者的私信');
log.info('中奖检测', '<-- 正在检查已关注者的私信')
await check(1)
}
if (unfollow_unread) {
log.info('中奖检测', '<-- 正在检查未关注者的私信');
log.info('中奖检测', '<-- 正在检查未关注者的私信')
await check(2)
}
await check('1');
log.info('中奖检测', '--> OK');
}
if (desp) {
log.info('可能中奖了', desp);
await sendNotify(`帐号${num}可能中奖了`, desp);
} else {
log.info('中奖检测', '暂未中奖');
log.info('中奖检测', "暂未中奖");
}
return;
}
+31 -38
View File
@@ -1,8 +1,8 @@
const { log, delay, infiniteNumber, retryfn } = require('./utils');
const bili = require('./net/bili');
const { Searcher } = require('./core/searcher');
const { log, delay, infiniteNumber, retryfn } = require("./utils");
const bili = require("./net/bili");
const { Searcher } = require("./core/searcher");
const global_var = require('./data/global_var');
const config = require('./data/config');
const config = require("./data/config");
/**
* 获取关注分区里的uid
@@ -16,13 +16,13 @@ async function getFollowList(partition) {
let rmup = [];
if (typeof tagid === 'undefined') {
log.info('获取关注列表', '未能成功获取关注分区id');
return rmup;
return rmup
}
for (let index = 1; index < 100; index++) {
const uids = await bili.getPartitionUID(tagid, index);
await delay(get_partition_wait);
if (!uids.length) break;
rmup.push(...uids);
rmup.push(...uids)
}
return clear_white_list.length
? rmup.filter(uid => clear_white_list.split(',').indexOf(String(uid)) === -1)
@@ -33,29 +33,25 @@ async function getFollowList(partition) {
* 清理动态和关注
*/
async function clear() {
const { search_wait, clear_white_list, clear_max_day, clear_quick_remove_attention, clear_quick_remove_attention_fans_number_smallest, clear_remove_dynamic, clear_remove_attention, clear_remove_delay, clear_dynamic_type, clear_partition } = config;
const { search_wait, clear_white_list, clear_max_day, clear_quick_remove_attention, clear_remove_dynamic, clear_remove_attention, clear_remove_delay, clear_dynamic_type, clear_partition } = config;
let success = true;
const uid_list = (await Promise.all(clear_partition.split(',').map(getFollowList))).flat();
if (!uid_list.length) {
log.info('清理关注', '关注为空');
log.info('清理关注', `关注为空`)
} else {
log.info('清理关注', `共有${uid_list.length}个关注`);
log.info('清理关注', `共有${uid_list.length}个关注`)
}
if (clear_quick_remove_attention) {
log.info('清理关注', '进入只清理关注模式');
log.info('清理关注', '进入只清理关注模式')
/* 专清关注 */
for (const [index, uid] of uid_list.entries()) {
const fannumber = await bili.getUserInfo(uid);
log.info('清理关注', `粉丝数${fannumber}`);
if (fannumber !== -1 && fannumber < clear_quick_remove_attention_fans_number_smallest) {
log.info('清理关注', `(${index}) (${uid})`);
/* 取消关注 */
if (await retryfn(3, [false], () => bili.cancelAttention(uid))) {
log.info('清理关注', '成功');
} else {
log.error('清理关注', '失败');
break;
}
log.info('清理关注', `(${index}) (${uid})`)
/* 取消关注 */
if (await retryfn(3, [false], () => bili.cancelAttention(uid))) {
log.info('清理关注', '成功')
} else {
log.error('清理关注', '失败')
break
}
/* 延时 */
await delay(clear_remove_delay);
@@ -77,7 +73,7 @@ async function clear() {
)) || { allModifyDynamicResArray: [], offset: '0' };
next_offset = offset;
for (const [index, dyinfo] of allModifyDynamicResArray.entries()) {
log.info('清理动态', `${page + 1}页中的第${index + 1}个动态`);
log.info('清理动态', `${page + 1}页中的第${index + 1}个动态`)
const { type, dynamic_id, create_time, origin_uid } = dyinfo || {};
if (typeof type !== 'undefined'
&& clear_dynamic_type instanceof Array
@@ -87,12 +83,12 @@ async function clear() {
const days_ago = (Now - create_time) / 86400;
if (days_ago > clear_max_day) {
log.debug('清理动态', `当前UID保护列表:\n${before_separate.join(',')}\n`);
log.debug('清理动态', `当前UID保护列表:\n${before_separate.join(',')}\n`)
/* 移除动态 */
if (dynamic_id
&& clear_remove_dynamic
&& !(new RegExp(dynamic_id).test(clear_white_list))) {
success = await retryfn(3, [false], () => bili.rmDynamic(dynamic_id));
success = await retryfn(3, [false], () => bili.rmDynamic(dynamic_id))
}
/* 取消关注 */
@@ -101,38 +97,35 @@ async function clear() {
&& clear_remove_attention
&& before_separate.indexOf(origin_uid) === -1
&& uid_list.indexOf(origin_uid) > -1) {
success = await retryfn(3, [false], () => bili.cancelAttention(origin_uid));
success = await retryfn(3, [false], () => bili.cancelAttention(origin_uid))
}
if (!success) {
log.error('清理失败', '出现错误');
break;
log.error("清理失败", "出现错误")
break
}
/* 延时 */
await delay(clear_remove_delay);
} else {
log.info('清理动态', `已设置跳过${clear_max_day}天 当前动态(${dynamic_id})发布时间: ${~~days_ago}天前`);
log.info('清理动态', `已设置跳过${clear_max_day}天 当前动态(${dynamic_id})发布时间: ${~~days_ago}天前`)
if (origin_uid) {
log.info('清理动态', `储存用户(${origin_uid})防止误删`);
before_separate.push(origin_uid);
log.info('清理动态', `储存用户(${origin_uid})防止误删`)
before_separate.push(origin_uid)
} else {
log.info('清理动态', '非转发动态');
log.info('清理动态', `非转发动态`)
}
}
} else {
log.info('清理动态', `此动态类型为${type} != 要清理的动态类型${clear_dynamic_type}`);
log.info('清理动态', `此动态类型为${type} != 要清理的动态类型${clear_dynamic_type}`)
}
}
/* 延时 */
await delay(clear_remove_delay);
log.info('清理动态', `${page + 1}页(${allModifyDynamicResArray.length})中的转发动态与关注全部处理成功`);
log.info('清理动态', `${page + 1}页(${allModifyDynamicResArray.length})中的转发动态与关注全部处理成功`)
if (next_offset === '0' || !success) break;
}
}
return;
return
}
module.exports = { clear };
module.exports = { clear }
+172 -172
View File
@@ -3,10 +3,10 @@ const { send } = require('../net/http');
const bili = require('../net/bili');
const { sendNotify } = require('../helper/notify');
const event_bus = require('../helper/event_bus');
const { randomDynamic } = require('../helper/randomDynamic');
const { randomDynamic } = require('../helper/randomDynamic')
const { Searcher } = require('./searcher');
const global_var = require('../data/global_var');
const config = require('../data/config');
const global_var = require("../data/global_var");
const config = require("../data/config");
const d_storage = require('../helper/d_storage');
/**
@@ -19,15 +19,14 @@ class Monitor extends Searcher {
*/
constructor(lottery_param) {
super();
this.lottery_param = lottery_param;
this.lottery_param = lottery_param
this.tagid = config.partition_id; /* tagid初始化 */
this.attentionList = ''; /* 转为字符串的所有关注的up主uid */
this.LotteryInfoMap = new Map([
['UIDs', this.getLotteryInfoByUID.bind(this)],
['TAGs', this.getLotteryInfoByTag.bind(this)],
['Articles', this.getLotteryInfoByArticle.bind(this)],
['APIs', this.getLotteryInfoByAPI.bind(this)],
['TxT', this.getLotteryInfoByTxT.bind(this)]
['APIs', this.getLotteryInfoByAPI.bind(this)]
]);
}
/**
@@ -35,65 +34,65 @@ class Monitor extends Searcher {
*/
async init() {
if (config.model === '00') {
event_bus.emit('Turn_off_the_Monitor', '已关闭所有转发行为');
return;
event_bus.emit('Turn_off_the_Monitor', '已关闭所有转发行为')
return
}
if (!this.tagid
&& config.is_not_create_partition !== true) {
this.tagid = await bili.checkMyPartition(); /* 检查关注分区 */
this.tagid = await bili.checkMyPartition() /* 检查关注分区 */
if (!this.tagid) {
event_bus.emit('Turn_off_the_Monitor', '分区获取失败');
return;
event_bus.emit('Turn_off_the_Monitor', '分区获取失败')
return
}
}
/** 关注列表初始化 */
this.attentionList = await bili.getAttentionList(global_var.get('myUID'));
this.attentionList = await bili.getAttentionList(global_var.get("myUID"));
const status = await this.startLottery();
switch (status) {
case 0:
event_bus.emit('Turn_on_the_Monitor');
event_bus.emit('Turn_on_the_Monitor')
break;
case 1001:
event_bus.emit('Turn_off_the_Monitor', '评论失败');
break;
case 1010:
event_bus.emit('Turn_off_the_Monitor', '已掉号');
event_bus.emit('Turn_off_the_Monitor', '评论失败')
break;
case 1004:
event_bus.emit('Turn_off_the_Monitor', '需要输入验证码');
break;
event_bus.emit('Turn_off_the_Monitor', '需要输入验证码')
break
case 2001:
event_bus.emit('Turn_off_the_Monitor', '关注出错');
event_bus.emit('Turn_off_the_Monitor', '关注出错')
break;
case 3001:
event_bus.emit('Turn_off_the_Monitor', '分区移动出错')
break;
case 2004:
case 4005:
log.warn(`账号异常${status}`, `UID(${global_var.get('myUID')})异常号只会对部分UP出现异常`);
log.warn(`账号异常${status}`, `UID(${global_var.get('myUID')})异常号只会对部分UP出现异常`)
if (!config.is_exception) {
await sendNotify(
`[动态抽奖]账号异常${status}通知`,
`UID: ${global_var.get('myUID')}\n异常号只会对部分UP出现异常\n可在设置中令is_exception为true关闭此推送\n${log._cache.filter(it => /Error|\s抽奖信息\]/.test(it)).join('\n')}`
);
)
}
config.is_exception = true;
event_bus.emit('Turn_on_the_Monitor');
break;
event_bus.emit('Turn_on_the_Monitor')
break
case 2005:
log.warn('关注已达上限', `UID(${global_var.get('myUID')})关注已达上限,已临时进入只转已关注模式`);
log.warn('关注已达上限', `UID(${global_var.get('myUID')})关注已达上限,已临时进入只转已关注模式`)
if (!config.is_outof_maxfollow) {
await sendNotify(
'[动态抽奖]关注已达上限',
`UID: ${global_var.get('myUID')}\n关注已达上限,已临时进入只转已关注模式\n可在设置中令is_outof_maxfollow为true关闭此推送\n${log._cache.filter(it => /Error|\s抽奖信息\]/.test(it)).join('\n')}`
);
)
}
config.is_outof_maxfollow = true;
config.only_followed = true;
event_bus.emit('Turn_on_the_Monitor');
break;
event_bus.emit('Turn_on_the_Monitor')
break
case 5001:
event_bus.emit('Turn_off_the_Monitor', '转发失败');
break;
event_bus.emit('Turn_off_the_Monitor', '转发失败')
break
default:
event_bus.emit('Turn_off_the_Monitor', `??? 未知错误: ${status}`);
event_bus.emit('Turn_off_the_Monitor', `??? 未知错误: ${status}`)
break;
}
}
@@ -123,53 +122,53 @@ class Monitor extends Searcher {
&& lottery.uid.length
&& (new RegExp(lottery.uid.join('|'))).test(this.attentionList)
) {
log.info('过滤', `已关注(${lottery.uid.join(',')})`);
continue;
log.info('过滤', `已关注(${lottery.uid.join(',')})`)
continue
}
if (lottery.isOfficialLottery) {
let { ts } = await bili.getLotteryNotice(lottery.dyid);
const ts_10 = Date.now() / 1000;
if (ts === -1) {
log.warn('过滤', '无法判断开奖时间');
await delay(filter_wait);
continue;
log.warn('过滤', '无法判断开奖时间')
await delay(filter_wait)
continue
}
if (ts === -9999) {
log.info('过滤', '已撤销抽奖');
d_storage.updateDyid(lottery.dyid);
await delay(filter_wait);
continue;
log.info('过滤', '已撤销抽奖')
d_storage.updateDyid(lottery.dyid)
await delay(filter_wait)
continue
}
if (ts < ts_10) {
log.info('过滤', '已过开奖时间');
d_storage.updateDyid(lottery.dyid);
await delay(filter_wait);
continue;
log.info('过滤', '已过开奖时间')
d_storage.updateDyid(lottery.dyid)
await delay(filter_wait)
continue
}
if (ts > ts_10 + config.maxday * 86400) {
log.info('过滤', '超过指定开奖时间');
d_storage.updateDyid(lottery.dyid);
await delay(filter_wait);
continue;
log.info('过滤', '超过指定开奖时间')
d_storage.updateDyid(lottery.dyid)
await delay(filter_wait)
continue
}
} else if (lottery.uid[0]) {
const { minfollower } = config;
const { minfollower } = config
if (minfollower > 0) {
const followerNum = await bili.getUserInfo(lottery.uid[0]);
if (followerNum === -1) {
log.warn('过滤', `粉丝数(${followerNum})获取失败`);
await delay(filter_wait);
continue;
log.warn('过滤', `粉丝数(${followerNum})获取失败`)
await delay(filter_wait)
continue
}
if (followerNum < minfollower) {
log.info('过滤', `粉丝数(${followerNum})小于指定数量`);
d_storage.updateDyid(lottery.dyid);
await delay(filter_wait);
continue;
log.info('过滤', `粉丝数(${followerNum})小于指定数量`)
d_storage.updateDyid(lottery.dyid)
await delay(filter_wait)
continue
}
} else {
log.info('过滤', '不过滤粉丝数');
log.info('过滤', "不过滤粉丝数")
}
}
@@ -179,13 +178,13 @@ class Monitor extends Searcher {
&& index % getRandomOne(create_dy_mode[0]) === 0
) {
const number = getRandomOne(create_dy_mode[1]) || 0;
randomDynamic(number);
randomDynamic(number)
}
status = await this.go(lottery);
status = await this.go(lottery)
switch (status) {
case 0:
relayed_nums += 1;
relayed_nums += 1
break;
case 1002:
case 1003:
@@ -194,10 +193,10 @@ class Monitor extends Searcher {
case 1007:
case 1008:
case 1009:
case 1010:
case 1011:
case 2002:
case 2003:
case 3001:
case 4001:
case 4002:
case 4003:
@@ -205,42 +204,41 @@ class Monitor extends Searcher {
case 5002:
case 5003:
case 5004:
case 5005:
status = 0;
status = 0
break;
case 2004:
is_exception = 2004;
is_exception = 2004
break;
case 4005:
is_exception = 4005;
is_exception = 4005
break;
case 2005:
is_outof_maxfollow = 2005;
is_outof_maxfollow = 2005
break;
case 1001:
case 1010:
case 1004:
case 2001:
case 3001:
case 5001:
is_shutdown = true;
is_shutdown = true
break;
default:
break;
}
if (is_shutdown) break;
if (is_shutdown) break
d_storage.updateDyid(lottery.dyid);
d_storage.updateDyid(lottery.dyid)
await delay(wait * (Math.random() + 0.5));
}
log.info('抽奖', `本轮共处理${total_nums}条,成功参与${relayed_nums}`);
return is_exception
|| is_outof_maxfollow
|| status;
|| status
} else {
log.info('抽奖', '无未转发抽奖');
return 0;
return 0
}
}
@@ -282,6 +280,7 @@ class Monitor extends Searcher {
model, chatmodel, chat: chats, relay: relays,
block_dynamic_type, max_create_time, is_imitator,
only_followed, at_users, blockword, blacklist,
use_public_blacklist
} = config,
now_ts = Date.now() / 1000;
@@ -293,10 +292,10 @@ class Monitor extends Searcher {
/**去重 */
protoLotteryInfo = protoLotteryInfo.filter(({ dyid }) => {
if (dyids_map.has(dyid)) {
return false;
return false
}
dyids_map.set(dyid, false);
return true;
return true
});
log.info('筛选动态', `去重后(${protoLotteryInfo.length})`);
@@ -309,35 +308,35 @@ class Monitor extends Searcher {
.searchDyid(it)
.then(hasIt => dyids_map.set(it, hasIt))
)
);
log.info('筛选动态', '并发查询本地dyid完毕');
)
log.info('筛选动态', `并发查询本地dyid完毕`);
}
if (lottery_param[0] !== 'APIs' && save_lottery_info_to_file && protoLotteryInfo.length) {
log.info('保存抽奖信息', '保存开始');
await appendLotteryInfoFile(lottery_param[1].toString(), protoLotteryInfo);
if (lottery_param[0] !== "APIs" && save_lottery_info_to_file && protoLotteryInfo.length) {
log.info("保存抽奖信息", "保存开始")
await appendLotteryInfoFile(lottery_param[1].toString(), protoLotteryInfo)
}
if (lottery_param[0] !== 'APIs' && set_lottery_info_url && protoLotteryInfo.length) {
log.info('上传抽奖信息', '上传开始');
if (lottery_param[0] !== "APIs" && set_lottery_info_url && protoLotteryInfo.length) {
log.info("上传抽奖信息", "上传开始")
await new Promise((resolve) => {
send({
url: set_lottery_info_url,
method: 'POST',
method: "POST",
headers: {
'content-type': 'application/json'
"content-type": "application/json"
},
contents: protoLotteryInfo,
success: ({ body }) => {
log.info('发送获取到的动态数据', body);
resolve();
log.info("发送获取到的动态数据", body)
resolve()
},
failure: err => {
log.error('发送获取到的动态数据', err);
resolve();
log.error("发送获取到的动态数据", err)
resolve()
}
});
});
})
})
}
/* 检查动态是否满足要求 */
@@ -355,27 +354,27 @@ class Monitor extends Searcher {
log.debug('正在筛选的动态信息', lottery_info);
if (lottery_info_type.startsWith('sneak') && sneaktower) {
log.info('筛选动态', `偷塔模式不检查是否已转发(https://t.bilibili.com/${dyid})`);
log.info("筛选动态", `偷塔模式不检查是否已转发(https://t.bilibili.com/${dyid})`)
} else {
/* 遇到转发过就退出 */
if (
((!check_if_duplicated || check_if_duplicated >= 2) && is_liked)
|| ((check_if_duplicated >= 1) && dyids_map.get(dyid))
) {
log.info('筛选动态', `已转发(https://t.bilibili.com/${dyid})`);
return false;
log.info("筛选动态", `已转发(https://t.bilibili.com/${dyid})`)
return false
}
}
/* 超过指定时间退出 */
if (create_time && now_ts - create_time > max_create_time * 86400) {
log.info('筛选动态', `过时动态(https://t.bilibili.com/${dyid})`);
return false;
if (now_ts - create_time > max_create_time * 86400) {
log.info("筛选动态", `过时动态(https://t.bilibili.com/${dyid})`)
return false
}
if (is_charge_lottery) {
log.info('筛选动态', `充电抽奖(https://t.bilibili.com/${dyid})`);
return false;
log.info("筛选动态", `充电抽奖(https://t.bilibili.com/${dyid})`)
return false
}
const
@@ -399,72 +398,86 @@ class Monitor extends Searcher {
isSendChat =
(hasOfficialLottery && chatmodel[0] === '1')
|| (!hasOfficialLottery && chatmodel[1] === '1'),
{ blacklist: remote_blacklist } = use_public_blacklist === false
? { blacklist: "" }
: global_var.get("remoteconfig"),
/**
* 获取黑名单并去重合并
* @type {string[]}
*/
new_blacklist = remote_blacklist
? [
...new Set([...blacklist.split(','),
...remote_blacklist.split(',')])
]
: blacklist.split(','),
keys = [dyid, m_uid, ori_uid];
log.debug('筛选动态', { real_uid, mIsFollowed, oriIsFollowed, realIsFollowed, needAt, needTopic, type, isRelayDynamic, key_words, has_key_words, blockword, isBlock, isLottery, isSendChat });
log.debug("筛选动态", { real_uid, mIsFollowed, oriIsFollowed, realIsFollowed, needAt, needTopic, type, isRelayDynamic, key_words, has_key_words, blockword, isBlock, isLottery, isSendChat })
if (
blacklist.split(',').some(id => keys.some(key => {
new_blacklist.some(id => keys.some(key => {
if (key + '' === id) {
log.info('筛选动态', `黑名单匹配(${id})(https://t.bilibili.com/${dyid})`);
return true;
log.info("筛选动态", `黑名单匹配(${id})(https://t.bilibili.com/${dyid})`)
return true
} else {
return false;
return false
}
}))
) {
return false;
return false
}
if (block_dynamic_type.includes(type)) {
log.warn('筛选动态', `屏蔽动态类型 ${type}`);
return false;
log.warn("筛选动态", `屏蔽动态类型 ${type}`)
return false
}
/**屏蔽词 */
if (isBlock) {
log.info('筛选动态', `包含屏蔽词(https://t.bilibili.com/${dyid})`);
return false;
log.info("筛选动态", `包含屏蔽词(https://t.bilibili.com/${dyid})`)
return false
}
if (reserve_id) {
if (disable_reserve_lottery) {
log.info('已关闭预约抽奖功能');
log.info("已关闭预约抽奖功能")
} else {
log.info('预约抽奖', '开始');
log.info('预约抽奖', `奖品: ${reserve_lottery_text}`);
log.info("预约抽奖", "开始");
log.info("预约抽奖", `奖品: ${reserve_lottery_text}`);
if (hasEnv('NOT_GO_LOTTERY')) {
log.info('NOT_GO_LOTTERY', 'ON');
} else {
await delay(reserve_lottery_wait);
await bili.reserve_lottery(reserve_id);
await bili.reserve_lottery(reserve_id)
}
}
if (is_not_relay_reserve_lottery === true) {
log.info('预约抽奖', '已关闭预约抽奖转关功能');
return false;
log.info("预约抽奖", "已关闭预约抽奖转关功能");
return false
}
}
if (!hasOfficialLottery && model[1] === '1' && !has_key_words && description) {
log.warn('筛选动态', `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n且满足: ')}`);
log.warn("筛选动态", `无关键词动态的描述: ${description}\n\n考虑是否修改设置key_words:\n${key_words.join('\n且满足: ')}`)
}
/**若勾选只转已关注 */
if (only_followed
&& (!mIsFollowed || !oriIsFollowed)
) {
log.info('筛选动态', `只转已关注(https://t.bilibili.com/${dyid})`);
return false;
log.info("筛选动态", `只转已关注(https://t.bilibili.com/${dyid})`)
return false
}
if (isLottery) {
const { uname_map = {} } = global_var.get("remoteconfig")
let onelotteryinfo = {};
onelotteryinfo.isOfficialLottery = hasOfficialLottery;
/**初始化待关注列表 */
onelotteryinfo.uid = [];
onelotteryinfo.uid = []
if (!realIsFollowed) {
onelotteryinfo.uid.push(real_uid);
@@ -474,14 +487,14 @@ class Monitor extends Searcher {
let
/**转发评语 */
RandomStr = (getRandomOne(relays) || '!!!')
.replace(/\$\{uname\}/g, uname),
RandomStr = (getRandomOne(relays) || "!!!")
.replace(/\$\{uname\}/g, uname_map[real_uid] || uname),
/**控制字段 */
new_ctrl = [];
/* 是否需要带话题 */
if (needTopic) {
RandomStr += needTopic;
RandomStr += needTopic
}
/* 是否需要@ */
@@ -492,9 +505,9 @@ class Monitor extends Searcher {
location: RandomStr.length,
length: it[0].length + 1,
type: 1
});
RandomStr += '@' + it[0];
});
})
RandomStr += '@' + it[0]
})
}
/* 是否是转发的动态 */
@@ -507,11 +520,11 @@ class Monitor extends Searcher {
location: RandomStr.length + 2,
length: uname.length + 1,
type: 1
});
})
ctrl.map(item => {
item.location += addlength;
return item;
}).forEach(it => new_ctrl.push(it));
}).forEach(it => new_ctrl.push(it))
if (!oriIsFollowed) {
onelotteryinfo.uid.push(ori_uid);
}
@@ -526,16 +539,16 @@ class Monitor extends Searcher {
/* 是否评论 */
if (isSendChat) {
onelotteryinfo.rid = rid;
onelotteryinfo.chat = (getRandomOne(chats) || '!!!')
.replace(/\$\{uname\}/g, uname);
onelotteryinfo.rid = rid
onelotteryinfo.chat = (getRandomOne(chats) || "!!!")
.replace(/\$\{uname\}/g, uname_map[real_uid] || uname)
}
alllotteryinfo.push(onelotteryinfo);
} else {
log.info('筛选动态', `非抽奖动态(https://t.bilibili.com/${dyid})`);
log.info("筛选动态", `非抽奖动态(https://t.bilibili.com/${dyid})`)
}
});
})
return alllotteryinfo;
}
@@ -570,13 +583,12 @@ class Monitor extends Searcher {
* - 转发 该动态不能转发分享 5002
* - 转发 请求数据发生错误,请刷新或稍后重试 5003
* - 转发 操作太频繁了,请稍后重试 5004
* - 转发 源动态禁止转发 5005
*/
async go(option) {
log.debug('正在转发的动态信息', option);
if (hasEnv('NOT_GO_LOTTERY')) {
log.info('NOT_GO_LOTTERY', 'ON');
return 0;
return 0
}
let
@@ -590,69 +602,61 @@ class Monitor extends Searcher {
const copy_chat = getRandomOne(
(await bili.getChat(rid, chat_type))
.filter(it => !(new RegExp(copy_blockword.join('|')).test(it[1])))
) || [';;;;;;;;;', chat || '!!!'];
) || [";;;;;;;;;", chat || "!!!"];
chat = copy_chat[1]
.replace(
new RegExp(copy_chat[0], 'g'),
global_var.get('myUNAME') || '');
} else {
if (is_repost_then_chat) {
chat = chat + relay_chat;
}
global_var.get("myUNAME") || '')
}
status = await retryfn(
6,
[4],
() => bili.sendChatWithOcr(
() => bili.sendChat(
rid,
chat,
is_repost_then_chat ? relay_chat.split('//')[0] : chat,
chat_type
)
);
)
if (status === 8 ||
status === 9) {
status = await bili.sendChatWithOcr(
status = await bili.sendChat(
rid,
'[doge][doge][doge][doge][doge]',
"[doge][doge][doge][doge][doge]",
chat_type
);
)
}
if (status) {
log.warn('抽奖信息', `dyid: ${dyid}, rid: ${rid}, chat_type: ${chat_type}`);
return 1000 + status;
log.warn("抽奖信息", `dyid: ${dyid}, rid: ${rid}, chat_type: ${chat_type}`)
return 1000 + status
}
}
/* 关注 */
if (uid.length) {
await try_for_each(uid, async (u) => {
status = await bili.autoAttention(u);
if (status === 6) {
status = 0;
return false;
}
status = await bili.autoAttention(u)
if (status) {
log.warn('抽奖信息', `dyid: ${dyid}, uid: ${u}`);
return true;
log.warn("抽奖信息", `dyid: ${dyid}, uid: ${u}`)
return true
} else {
if (is_not_create_partition !== true) {
if (await bili.movePartition(u, this.tagid)) {
log.warn('抽奖信息', `dyid: ${dyid}, uid: ${u} tagid: ${this.tagid}`);
log.warn("抽奖信息", `dyid: ${dyid}, uid: ${u} tagid: ${this.tagid}`)
/* 3000系错误 */
status = 1001;
return true;
status = 1001
return true
} else {
return false;
return false
}
} else {
return false;
return false
}
}
});
if (status) return 2000 + status;
})
if (status) return 2000 + status
}
/* 点赞 */
@@ -661,11 +665,11 @@ class Monitor extends Searcher {
5,
[3],
() => bili.autolike(dyid)
);
)
if (status) {
log.warn('抽奖信息', `dyid: ${dyid}`);
return 4000 + status;
log.warn("抽奖信息", `dyid: ${dyid}`)
return 4000 + status
}
}
@@ -674,20 +678,16 @@ class Monitor extends Searcher {
status = await retryfn(
5,
[3, 4],
() => bili.autoRelay(
global_var.get('myUID'),
dyid,
relay_chat,
ctrl)
);
() => bili.autoRelay(global_var.get("myUID"), dyid, relay_chat, ctrl)
)
if (status) {
log.warn('抽奖信息', `dyid: ${dyid}`);
return 5000 + status;
log.warn("抽奖信息", `dyid: ${dyid}`)
return 5000 + status
}
}
return status;
return status
}
}
+154 -368
View File
@@ -1,10 +1,10 @@
const utils = require('../utils');
const bili = require('../net/bili');
const { send } = require('../net/http');
const { check_if_duplicated, article_scan_page, article_create_time, not_check_article, get_dynamic_detail_wait, uid_scan_page, search_wait, tag_scan_page } = require('../data/config');
const d_storage = require('../helper/d_storage');
const { send } = require("../net/http");
const { check_if_duplicated, article_scan_page, article_create_time, not_check_article, get_dynamic_detail_wait, uid_scan_page, search_wait, tag_scan_page } = require("../data/config");
const d_storage = require("../helper/d_storage")
const { log } = utils;
const { log } = utils
/**
* 解析dynamic_detail_card
@@ -55,167 +55,86 @@ const { log } = utils;
* @property {number} type
* @property {boolean} hasOfficialLottery 是否官方
*
* @param {object} data
* @param {object} dynamic_detail_card
* @return {UsefulDynamicInfo}
*/
function parseDynamicCard(data) {
if (data?.card?.desc?.uid) {
return oldParseDynamicCard(data?.card);
}
let ditem = data?.item;
/**临时储存单个动态中的信息 */
let obj = {};
try {
const dy_typeenum2num = new Map([
['DYNAMIC_TYPE_FORWARD', 1],
['DYNAMIC_TYPE_DRAW', 2],
['DYNAMIC_TYPE_WORD', 4],
['DYNAMIC_TYPE_AV', 8],
['DYNAMIC_TYPE_ARTICLE', 64]
]);
const dy_type2chat_type = new Map([
['DYNAMIC_TYPE_FORWARD', 17],
['DYNAMIC_TYPE_DRAW', 11],
['DYNAMIC_TYPE_WORD', 17],
['DYNAMIC_TYPE_AV', 1],
['DYNAMIC_TYPE_ARTICLE', 12]
]);
/* 转发者的UID */
obj.uid = ditem?.modules?.module_author?.mid || 0;
/* 转发者的name */
obj.uname = ditem?.modules?.module_author?.name || '';
/* 动态是否点过赞 */
obj.is_liked = ditem?.modules?.module_stat?.like?.status || false;
/* 动态的ts10 */
obj.create_time = ditem?.modules?.module_author?.pub_ts || 0;
/* 动态类型 */
obj.type = dy_typeenum2num.get(ditem?.type) || 0;
/* 用于发送评论 */
obj.rid_str = ditem?.basic?.comment_id_str || '';
/* 用于发送评论 */
obj.chat_type = ditem?.basic?.comment_type || 0;
/* 转发者的动态ID !!!!此为大数需使用字符串值,不然JSON.parse()会有丢失精度 */
obj.dynamic_id = ditem?.id_str || '';
/* 定位@信息 */
obj.ctrl = [];
/* 是否有官方抽奖 */
obj.hasOfficialLottery = false;
/* 转发描述 */
obj.description = '';
let _total_len = 0;
ditem?.modules?.module_dynamic?.desc?.rich_text_nodes.forEach(node => {
if (node.type === 'RICH_TEXT_NODE_TYPE_AT') {
obj.ctrl.push({
data: node.rid,
location: _total_len,
length: node.text.length,
type: 1
});
}
/* 是否有官方抽奖 */
if (node.type === 'RICH_TEXT_NODE_TYPE_LOTTERY') {
obj.hasOfficialLottery = true;
}
obj.description += node.orig_text;
_total_len += node.text.length;
});
/* 预约抽奖信息 */
obj.reserve_id = ditem?.modules?.module_dynamic?.additional?.reserve?.rid || 0;
obj.reserve_lottery_text = ditem?.modules?.module_dynamic?.additional?.reserve?.title || '信息丢失';
/* 充电抽奖 */
if (ditem?.modules?.module_dynamic?.additional?.type === 'ADDITIONAL_TYPE_UPOWER_LOTTERY') {
obj.is_charge_lottery = true;
}
/* 转发 */
if (obj.type === 1) {
/* 被转发者的UID */
obj.origin_uid = ditem?.orig?.modules?.module_author?.mid || 0;
/* 被转发者的name */
obj.origin_uname = ditem?.orig?.modules?.module_author?.name || '';
/* 源动态的ts10 */
obj.origin_create_time = ditem?.orig?.modules?.module_author?.pub_ts || 0;
/* 源动态类型 */
obj.origin_type = dy_typeenum2num.get(ditem?.orig?.type) || 0;
/* 被转发者的rid(用于发评论) */
switch (ditem?.orig?.type) {
case 'DYNAMIC_TYPE_DRAW':
obj.origin_rid_str = ditem?.orig?.modules?.module_dynamic?.major?.draw?.id?.toString() || '';
break;
case 'DYNAMIC_TYPE_AV':
obj.origin_rid_str = ditem?.orig?.modules?.module_dynamic?.major?.archive?.aid || '';
break;
case 'DYNAMIC_TYPE_ARTICLE':
obj.origin_rid_str = ditem?.orig?.modules?.module_dynamic?.major?.article?.id?.toString() || '';
break;
default:
obj.origin_rid_str = ditem?.orig?.id_str || '';
break;
}
/* 用于发送评论 */
obj.origin_chat_type = dy_type2chat_type.get(ditem?.orig?.type) || 0;
/* 被转发者的动态的ID !!!!此为大数需使用字符串值,不然JSON.parse()会有丢失精度 */
obj.origin_dynamic_id = ditem?.orig?.id_str || '';
/* 预约抽奖信息 */
obj.origin_reserve_id = ditem?.orig?.modules?.module_dynamic?.additional?.reserve?.rid || 0;
obj.origin_reserve_lottery_text = ditem?.orig?.modules?.module_dynamic?.additional?.reserve?.title || '信息丢失';
/* 充电抽奖 */
if (ditem?.orig?.modules?.module_dynamic?.additional?.type === 'ADDITIONAL_TYPE_UPOWER_LOTTERY') {
obj.origin_is_charge_lottery = true;
}
/* 是否有官方抽奖 */
obj.origin_hasOfficialLottery = false;
/* 转发描述 */
obj.origin_description = '';
ditem?.orig?.modules?.module_dynamic?.desc?.rich_text_nodes.forEach(node => {
/* 是否有官方抽奖 */
if (node.type === 'RICH_TEXT_NODE_TYPE_LOTTERY') {
obj.origin_hasOfficialLottery = true;
}
obj.origin_description += node.orig_text;
});
}
} catch (e) {
log.error('动态卡片解析', e);
}
return obj;
}
/**
* @param {object} dynamic_detail_card
* @return {UsefulDynamicInfo}
*/
function oldParseDynamicCard(dynamic_detail_card) {
function parseDynamicCard(dynamic_detail_card) {
const { strToJson } = utils;
/**临时储存单个动态中的信息 */
let obj = {};
try {
const { desc, card, extension, extend_json = '{}', display = {} } = dynamic_detail_card
, { is_liked = 1, user_profile = {} } = desc
, { info = {} } = user_profile || {}
, cardToJson = strToJson(card)
, extendjsonToJson = strToJson(extend_json)
, { add_on_card_info = [] } = display || {}
, { item } = cardToJson;
const dy_type2chat_type = new Map([[1, 17], [2, 11], [4, 17], [8, 1], [64, 12]]);
/* 转发者的UID */
obj.uid = desc.uid;
/* 转发者的name */
obj.uname = info.uname || '';
/* 动态是否点过赞 */
obj.is_liked = is_liked > 0;
/* 动态的ts10 */
obj.create_time = desc.timestamp;
/* 动态类型 */
obj.type = desc.type;
const { desc, card, extension, extend_json, display = {} } = dynamic_detail_card
, { is_liked = 1, user_profile = {} } = desc
, { info = {} } = user_profile
, cardToJson = strToJson(card)
, extendjsonToJson = strToJson(extend_json)
, { add_on_card_info = [] } = display
, { item } = cardToJson;
const dy_type2chat_type = new Map([[1, 17], [2, 11], [4, 17], [8, 1], [64, 12]]);
/* 转发者的UID */
obj.uid = desc.uid
/* 转发者的name */
obj.uname = info.uname || ''
/* 动态是否点过赞 */
obj.is_liked = is_liked > 0
/* 动态的ts10 */
obj.create_time = desc.timestamp
/* 动态类型 */
obj.type = desc.type
/* 用于发送评论 */
obj.rid_str = desc.rid_str.length > 12 ? desc.dynamic_id_str : desc.rid_str;
/* 用于发送评论 */
obj.chat_type = dy_type2chat_type.get(obj.type) || 0;
/* 转发者的动态ID !!!!此为大数需使用字符串值,不然JSON.parse()会有丢失精度 */
obj.dynamic_id = desc.dynamic_id_str;
/* 定位@信息 */
obj.ctrl = (extendjsonToJson.ctrl) || [];
/* 预约抽奖信息 */
if (add_on_card_info.length > 0) {
const [status, oid_str, text] = add_on_card_info
.filter(it => typeof it.reserve_attach_card !== 'undefined'
&& typeof it.reserve_attach_card.reserve_lottery !== 'undefined'
&& typeof it.reserve_attach_card.reserve_button !== 'undefined')
.map(({ reserve_attach_card }) => [
reserve_attach_card.reserve_button.status,
reserve_attach_card.oid_str,
reserve_attach_card.reserve_lottery.text])[0] || [];
if (status === 1) {
obj.reserve_id = oid_str;
obj.reserve_lottery_text = text;
}
}
if (JSON.stringify(add_on_card_info).match(/充电专属抽奖/)) {
obj.is_charge_lottery = true
}
/* 是否有官方抽奖 */
obj.hasOfficialLottery = extension && extension.lott && true;
/* 转发者的描述 纯文字内容 图片动态描述 后两个分别是视频动态的描述和视频本身的描述*/
obj.description =
(item && ((item.content || '') + (item.description || '')))
|| (
(cardToJson.dynamic || '')
+ (cardToJson.desc || '')
+ (cardToJson.vest && cardToJson.vest.content || '')
)
|| '';
/* 转发 */
if (obj.type === 1) {
const { origin_extension, origin } = cardToJson
, originToJson = strToJson(origin)
, { add_on_card_info = [] } = display.origin || {}
, { user, item } = originToJson;
/* 源动态的ts10 */
obj.origin_create_time = desc.origin.timestamp;
/* 被转发者的UID */
obj.origin_uid = desc.origin.uid;
/* 源动态类型 */
obj.origin_type = desc.orig_type
/* 被转发者的rid(用于发评论) */
obj.origin_rid_str = desc.origin.rid_str.length > 12 ? desc.origin.dynamic_id_str : desc.origin.rid_str;
/* 用于发送评论 */
obj.rid_str = desc.rid_str.length > 12 ? desc.dynamic_id_str : desc.rid_str;
/* 用于发送评论 */
obj.chat_type = dy_type2chat_type.get(obj.type) || 0;
/* 转发者的动态ID !!!!此为大数需使用字符串值,不然JSON.parse()会有丢失精度 */
obj.dynamic_id = desc.dynamic_id_str;
/* 定位@信息 */
obj.ctrl = (extendjsonToJson.ctrl) || [];
obj.origin_chat_type = dy_type2chat_type.get(obj.origin_type) || 0
/* 被转发者的动态的ID !!!!此为大数需使用字符串值,不然JSON.parse()会有丢失精度 */
obj.origin_dynamic_id = desc.orig_dy_id_str;
/* 预约抽奖信息 */
if (add_on_card_info.length > 0) {
const [status, oid_str, text] = add_on_card_info
@@ -227,92 +146,25 @@ function oldParseDynamicCard(dynamic_detail_card) {
reserve_attach_card.oid_str,
reserve_attach_card.reserve_lottery.text])[0] || [];
if (status === 1) {
obj.reserve_id = oid_str;
obj.reserve_lottery_text = text;
obj.origin_reserve_id = oid_str;
obj.origin_reserve_lottery_text = text;
}
}
if (extendjsonToJson['']) {
let r = extendjsonToJson[''].reserve || {};
let { reserve_id, reserve_lottery } = r;
if (reserve_lottery === 1) {
obj.reserve_id = reserve_id + '';
obj.reserve_lottery_text = '信息丢失';
}
}
if (extend_json.match(/"":\{"lottery/)) {
obj.is_charge_lottery = true;
if (JSON.stringify(add_on_card_info).match(/充电专属抽奖/)) {
obj.origin_is_charge_lottery = true
}
/* 是否有官方抽奖 */
obj.hasOfficialLottery = extension && extension.lott && true;
/* 转发者的描述 纯文字内容 图片动态描述 后两个分别是视频动态的描述和视频本身的描述*/
obj.description =
(item && ((item.content || '') + (item.description || '')))
|| (
(cardToJson.dynamic || '')
+ (cardToJson.desc || '')
+ (cardToJson.vest && cardToJson.vest.content || '')
)
obj.origin_hasOfficialLottery = origin_extension && origin_extension.lott;
/* 转发者的name */
obj.origin_uname = (user && (user.name || user.uname)) || '';
/* 被转发者的描述 */
obj.origin_description =
(item && (item.content || '' + item.description || ''))
|| (originToJson.dynamic || '' + originToJson.desc || '')
|| '';
/* 转发 */
if (obj.type === 1) {
const { origin_extension, origin, origin_extend_json = '{}' } = cardToJson
, originToJson = strToJson(origin)
, { add_on_card_info = [] } = display.origin || {}
, originExtendjsonToJson = strToJson(origin_extend_json)
, { user, item } = originToJson;
/* 源动态的ts10 */
obj.origin_create_time = desc.origin.timestamp;
/* 被转发者的UID */
obj.origin_uid = desc.origin.uid;
/* 源动态类型 */
obj.origin_type = desc.orig_type;
/* 被转发者的rid(用于发评论) */
obj.origin_rid_str = desc.origin.rid_str.length > 12 ? desc.origin.dynamic_id_str : desc.origin.rid_str;
/* 用于发送评论 */
obj.origin_chat_type = dy_type2chat_type.get(obj.origin_type) || 0;
/* 被转发者的动态的ID !!!!此为大数需使用字符串值,不然JSON.parse()会有丢失精度 */
obj.origin_dynamic_id = desc.orig_dy_id_str;
/* 预约抽奖信息 */
if (add_on_card_info.length > 0) {
const [status, oid_str, text] = add_on_card_info
.filter(it => typeof it.reserve_attach_card !== 'undefined'
&& typeof it.reserve_attach_card.reserve_lottery !== 'undefined'
&& typeof it.reserve_attach_card.reserve_button !== 'undefined')
.map(({ reserve_attach_card }) => [
reserve_attach_card.reserve_button.status,
reserve_attach_card.oid_str,
reserve_attach_card.reserve_lottery.text])[0] || [];
if (status === 1) {
obj.origin_reserve_id = oid_str;
obj.origin_reserve_lottery_text = text;
}
}
if (originExtendjsonToJson['']) {
let r = originExtendjsonToJson[''].reserve || {};
let { reserve_id, reserve_lottery } = r;
if (reserve_lottery === 1) {
obj.origin_reserve_id = reserve_id + '';
obj.origin_reserve_lottery_text = '信息丢失';
}
}
if (origin_extend_json.match(/"":\{"lottery/)) {
obj.origin_is_charge_lottery = true;
}
/* 是否有官方抽奖 */
obj.origin_hasOfficialLottery = origin_extension && origin_extension.lott;
/* 被转发者的name */
obj.origin_uname = (user && (user.name || user.uname)) || '';
/* 被转发者的描述 */
obj.origin_description =
(item && (item.content || '' + item.description || ''))
|| (originToJson.dynamic || '' + originToJson.desc || '')
|| '';
}
} catch (e) {
log.error('动态卡片解析', e);
}
return obj;
return obj
}
/**
@@ -321,22 +173,21 @@ function oldParseDynamicCard(dynamic_detail_card) {
* @returns {{modifyDynamicResArray: UsefulDynamicInfo[], nextinfo: {has_more: number, next_offset: string}} | UsefulDynamicInfo |null}
*/
function modifyDynamicRes(res) {
let
const
{ data, code } = utils.strToJson(res),
{ cards, has_more, offset } = data || {};
{ cards = [], has_more, offset } = data || {};
if (code !== 0) {
log.error('处理动态数据', '获取动态数据出错,可能是访问太频繁 \n' + res);
return null;
}
if (cards == null || !cards || !cards.length) {
log.warn('处理动态数据', '未找到任何动态信息');
cards = [];
if (!cards.length) {
log.warn('处理动态数据', '未找到任何动态信息')
}
if (typeof has_more === 'undefined'
&& typeof offset === 'undefined') {
if (typeof has_more === "undefined"
&& typeof offset === "undefined") {
log.error('处理动态数据', '该功能已失效');
return null;
}
@@ -356,14 +207,14 @@ function modifyDynamicRes(res) {
*/
array = next.has_more === 0
? []
: cards.map(oldParseDynamicCard);
: cards.map(parseDynamicCard)
log.info('处理动态数据', `动态数据读取完毕(${cards.length})(${next.has_more})`);
return {
modifyDynamicResArray: array,
nextinfo: next
};
}
}
/**
@@ -406,7 +257,7 @@ class Searcher {
mDRdata = modifyDynamicRes(OneDynamicInfo);
if (mDRdata === null) {
return null;
return null
}
const
@@ -418,7 +269,7 @@ class Searcher {
if (nextinfo.has_more === 0) {
offset = nextinfo.next_offset;
log.info('检查所有动态', '已经是最后一页了故无法读取更多');
log.info('检查所有动态', `已经是最后一页了故无法读取更多`);
break;
} else {
/**合并 */
@@ -429,7 +280,7 @@ class Searcher {
await utils.delay(time);
}
log.info('检查所有动态', `${pages}页信息读取完成`);
log.info('检查所有动态', `${pages}页信息读取完成`)
return ({ allModifyDynamicResArray, offset });
}
@@ -444,7 +295,7 @@ class Searcher {
log.info('获取动态', `开始获取用户${UID}的动态信息`);
const AllDynamic = await Searcher.checkAllDynamic(UID, uid_scan_page, search_wait);
if (AllDynamic === null) return null;
if (AllDynamic === null) return null
let { allModifyDynamicResArray } = AllDynamic,
{ length } = allModifyDynamicResArray;
@@ -454,10 +305,10 @@ class Searcher {
const fomatdata = await allModifyDynamicResArray
.filter(d => {
if (d.type === 1) {
return true;
return true
} else {
length--;
return false;
length--
return false
}
})
.reduce(async (pre, cur) => {
@@ -467,12 +318,12 @@ class Searcher {
is_liked = false;
if (!check_if_duplicated || check_if_duplicated >= 2) {
const card = await bili.getOneDynamicByDyid(origin_dynamic_id);
log.info('获取动态', `查看源动态(${origin_dynamic_id})是否点赞 (${length--})`);
const card = await bili.getOneDynamicByDyid(origin_dynamic_id)
log.info('获取动态', `查看源动态(${origin_dynamic_id})是否点赞 (${length--})`)
if (card) {
({ is_liked } = parseDynamicCard(card));
({ is_liked } = parseDynamicCard(card))
}
await utils.delay(get_dynamic_detail_wait);
await utils.delay(get_dynamic_detail_wait)
}
results.push({
@@ -491,10 +342,10 @@ class Searcher {
des: cur.origin_description,
type: cur.origin_type,
hasOfficialLottery: cur.origin_hasOfficialLottery
});
})
return results;
}, Promise.resolve([]));
return results
}, Promise.resolve([]))
log.info('获取动态', `成功获取用户${UID}的动态信息`);
@@ -556,10 +407,10 @@ class Searcher {
type: o.type,
hasOfficialLottery: o.hasOfficialLottery
};
});
})
log.info('获取动态', `成功获取带话题#${tag_name}#的动态信息`);
return fomatdata;
return fomatdata
}
/**
@@ -577,11 +428,11 @@ class Searcher {
for (const { id, pub_time } of cvs) {
let now_time = Math.floor(Date.now() / 1000);
if ((now_time - pub_time) / 86400 > article_create_time) {
log.warn('获取动态', `该专栏(${id})创建时间大于设定天数(${article_create_time}天)`);
continue;
log.warn("获取动态", `该专栏(${id})创建时间大于设定天数(${article_create_time}天)`)
continue
}
const
content = (await bili.getOneArticleByCv(id) || '').split('推荐文章')[0],
content = (await bili.getOneArticleByCv(id) || "").split("推荐文章")[0],
dyids = content.match(/[0-9]{18}/g) || [],
short_ids = content.match(/(?<=b23.tv\/)[a-zA-Z0-9]{7}/g) || [],
short_id_set = [...new Set(short_ids)],
@@ -595,18 +446,18 @@ class Searcher {
_weight = 0,
/**单个专栏中的dyid */
_dyinfos = [];
log.info('获取动态', `提取专栏(${id})中提及的dyid(${length})`);
log.info('获取动态', `提取专栏(${id})中提及的dyid(${length})`)
/**遍历某专栏中的dyids */
for (const dyid of dyid_set) {
if (typeof dyid === 'string'
if (typeof dyid === "string"
&& dyid.length === utils.dyid_length) {
log.info('获取动态', `查看专栏中所提及动态(${dyid}) (${length--})`);
const card = await bili.getOneDynamicByDyid(dyid);
log.info('获取动态', `查看专栏中所提及动态(${dyid}) (${length--})`)
const card = await bili.getOneDynamicByDyid(dyid)
if (card) {
await utils.delay(get_dynamic_detail_wait);
await utils.delay(get_dynamic_detail_wait)
const parsed_card = parseDynamicCard(card)
, { is_liked } = parsed_card;
@@ -617,23 +468,23 @@ class Searcher {
|| ((check_if_duplicated >= 1)
&& await d_storage.searchDyid(dyid))
) {
log.info('获取动态', `动态(${dyid})已转发过`);
log.info('获取动态', `动态(${dyid})已转发过`)
_weight += 1;
}
if (_weight >= weight && !not_check_article) {
log.warn('获取动态', '1/2动态曾经转过,该专栏或已查看,故中止');
_dyinfos = [];
break;
log.warn('获取动态', `1/2动态曾经转过,该专栏或已查看,故中止`)
_dyinfos = []
break
}
_dyinfos.push(parsed_card);
}
} else {
log.warn('获取动态', `动态(${dyid})无效 (${length--})`);
log.warn('获取动态', `动态(${dyid})无效 (${length--})`)
}
}
dyinfos.push(..._dyinfos);
dyinfos.push(..._dyinfos)
}
const fomatdata = dyinfos.map(o => {
return {
@@ -653,10 +504,10 @@ class Searcher {
type: o.type,
hasOfficialLottery: o.hasOfficialLottery
};
});
})
log.info('获取动态', `成功获取含关键词${key_words}的专栏信息`);
return fomatdata;
return fomatdata
}
/**
@@ -668,9 +519,9 @@ class Searcher {
return new Promise((resolve) => {
if (api) {
const { strToJson } = utils;
log.info('获取动态', `开始获取链接(${api})中的抽奖信息`);
if (api.startsWith('file://')) {
utils.readLotteryInfoFile(api.substring(7)).then(resolve);
log.info('获取动态', `开始获取链接(${api})中的抽奖信息`)
if (api.startsWith("file://")) {
utils.readLotteryInfoFile(api.substring(7)).then(resolve)
} else {
send({
url: api,
@@ -680,8 +531,8 @@ class Searcher {
method: 'GET',
success: ({ body }) => {
if (body.err_msg) {
log.error('从API响应数据中获取抽奖信息', body.err_msg);
resolve(null);
log.error("从API响应数据中获取抽奖信息", body.err_msg)
resolve(null)
} else {
const raw_lottery_info = strToJson(body).lottery_info;
@@ -694,114 +545,49 @@ class Searcher {
, { dyid } = cur;
if (!check_if_duplicated || check_if_duplicated >= 2) {
log.info('获取动态', `查看动态(${dyid})是否点赞 (${length--})`);
const card = await bili.getOneDynamicByDyid(dyid);
log.info('获取动态', `查看动态(${dyid})是否点赞 (${length--})`)
const card = await bili.getOneDynamicByDyid(dyid)
if (card) {
await utils.delay(get_dynamic_detail_wait);
await utils.delay(get_dynamic_detail_wait)
const { is_liked } = parseDynamicCard(card);
const { is_liked } = parseDynamicCard(card)
if (is_liked) {
log.info('获取动态', `动态(${dyid})已转发过`);
log.info('获取动态', `动态(${dyid})已转发过`)
} else {
cur.is_liked = is_liked;
results.push(cur);
cur.is_liked = is_liked
results.push(cur)
}
}
} else {
results.push(cur);
results.push(cur)
}
return results;
return results
}, Promise.resolve([]));
}, Promise.resolve([]))
resolve(lottery_info);
return;
resolve(lottery_info)
return
}
}
log.error('从API响应数据中获取抽奖信息', '非Json数据或没有lottery_info或lottery为空');
resolve(null);
log.error("从API响应数据中获取抽奖信息", "非Json数据或没有lottery_info或lottery为空")
resolve(null)
}
},
failure: err => {
log.error('从API响应数据中获取抽奖信息', err);
resolve(null);
log.error("从API响应数据中获取抽奖信息", err)
resolve(null)
}
});
})
}
} else {
log.warn('获取动态', '链接为空');
resolve(null);
log.warn('获取动态', `链接为空`)
resolve(null)
}
});
}
/**
* 从本地文件中获取抽奖信息
* @param {string} txt
* @returns {Promise<LotteryInfo[] | null>}
*/
async getLotteryInfoByTxT(txt) {
log.info('获取动态', `开始获取${utils.lottery_dyids}`);
const dyids = await utils.getLocalLotteryTxt(txt);
let
length = dyids.length,
dyinfos = [];
for (const dyid of dyids) {
if (typeof dyid === 'string'
&& dyid.length === utils.dyid_length) {
log.info('获取动态', `查看Txt中所提及动态(${dyid}) (${length--})`);
const card = await bili.getOneDynamicByDyid(dyid);
if (card) {
await utils.delay(get_dynamic_detail_wait);
const parsed_card = parseDynamicCard(card)
, { is_liked } = parsed_card;
if (
((!check_if_duplicated || check_if_duplicated >= 2)
&& is_liked)
|| ((check_if_duplicated >= 1)
&& await d_storage.searchDyid(dyid))
) {
log.info('获取动态', `动态(${dyid})已转发过`);
continue;
}
dyinfos.push(parsed_card);
}
} else {
log.warn('获取动态', `动态(${dyid})无效 (${length--})`);
}
}
const fomatdata = dyinfos.map(o => {
return {
lottery_info_type: 'txt',
create_time: o.create_time,
is_liked: o.is_liked,
uids: [o.uid, o.origin_uid],
uname: o.uname,
ctrl: o.ctrl,
dyid: o.dynamic_id,
reserve_id: o.reserve_id,
reserve_lottery_text: o.reserve_lottery_text,
is_charge_lottery: o.is_charge_lottery,
rid: o.rid_str,
chat_type: o.chat_type,
des: o.description,
type: o.type,
hasOfficialLottery: o.hasOfficialLottery
};
});
log.info('获取动态', '成功获取txt信息');
return fomatdata;
}
}
module.exports = { Searcher, parseDynamicCard };
+20 -28
View File
@@ -47,19 +47,12 @@ const config = {
*/
APIs: [],
/**
* lottery_dyids目录下抽奖动态文件名(如dyids.txt)
* 一行一个dyids
*/
TxT: [],
/**
* 抽奖参与顺序组合
* * 0 - UIDs
* * 1 - TAGs
* * 2 - Articles
* * 3 - APIs
* * 4 - TxT
* @example
* [3,2,1,0]
* [1,2,1,2,1]
@@ -75,15 +68,15 @@ const config = {
* API发送数据类型 {LotteryInfo[]}
* 上传抽奖信息的链接字符串
*/
set_lottery_info_url: '',
set_lottery_info_url: "",
/**
* 动态中的关键词(表示须同时满足以下条件)
* 符合js正则表达式的字符串
*/
key_words: [
'[抽奖送揪]|福利',
'[转关评粉]|参与'
"[抽奖送揪]|福利",
"[转关评粉]|参与"
],
/**
@@ -305,10 +298,16 @@ const config = {
*/
blacklist: '',
/**
* - 自动同步 https://gitee.com/shanmite/lottery-notice/raw/master/notice.json
* - 使用公共黑名单
*/
use_public_blacklist: true,
/**
* 屏蔽词
*/
blockword: ['脚本', '抽奖号', '钓鱼'],
blockword: ["脚本", "抽奖号", "钓鱼"],
/**
* 转发并评论
@@ -370,10 +369,10 @@ const config = {
* - 优先级递增
*/
notice_key_words: [
'~预约成功|预约主题',
'中奖|获得|填写|写上|提供|收货地址|支付宝账号|码|大会员',
'~你的账号在新设备或平台登录成功',
'~你预约的直播已开始'
"~预约成功|预约主题",
"中奖|获得|填写|写上|提供|收货地址|支付宝账号|码|大会员",
"~你的账号在新设备或平台登录成功",
"~你预约的直播已开始"
],
/**
@@ -409,13 +408,6 @@ const config = {
*/
clear_quick_remove_attention: false,
/**
* - 快速移除关注
* - 不加判断只去除关注
* - 移除粉丝数小于指定数量的
*/
clear_quick_remove_attention_fans_number_smallest: Infinity,
/**
* 是否移除动态
*/
@@ -427,7 +419,7 @@ const config = {
clear_remove_attention: true,
/**
* 清除延时(毫秒)
* 清除动态延时(毫秒)
*/
clear_remove_delay: 8000,
@@ -457,23 +449,23 @@ const config = {
*/
raw_config() {
delete require.cache[config_file];
return require(config_file);
return require(config_file)
},
/**
* @param {string} n
*/
updata(n) {
this.init();
this.setObject(this.raw_config()[`config_${n}`]);
this.init()
this.setObject(this.raw_config()[`config_${n}`])
},
init() {
this.setObject(this.raw_config()['default_config']);
this.setObject(this.raw_config()["default_config"])
},
setObject(o = {}) {
Object.entries(o).forEach(([k, v]) => this[k] = v);
Object.entries(o).forEach(([k, v]) => this[k] = v)
}
};
+9 -9
View File
@@ -1,4 +1,4 @@
const { env_file } = require('../utils');
const { env_file } = require("../utils");
const env = {
/**
@@ -7,28 +7,28 @@ const env = {
*/
raw_env() {
delete require.cache[env_file];
return require(env_file);
return require(env_file)
},
init() {
const raw_env = this.raw_env();
const raw_env = this.raw_env()
this.setEnv({
...raw_env['account_parm'],
...raw_env['push_parm']
});
...raw_env["account_parm"],
...raw_env["push_parm"]
})
},
/**
* @returns {Object[]}
*/
get_multiple_account() {
return this.raw_env()['multiple_account_parm'];
return this.raw_env()["multiple_account_parm"]
},
setEnv(o) {
process.env = {
...process.env,
...o
};
}
}
};
}
module.exports = env;
+13 -29
View File
@@ -1,13 +1,13 @@
const { getRandomOne, createDir, createFile, dyids_dir } = require('../utils');
const config = require('../data/config');
const { getRemoteConfig, createDir, createFile, dyids_dir } = require("../utils");
const config = require("../data/config");
let global_var = {
inner: {},
get(key) {
return this.inner[key];
return this.inner[key]
},
set(key, value) {
this.inner[key] = value;
this.inner[key] = value
},
/**
* 全局变量初始化
@@ -22,31 +22,14 @@ let global_var = {
['DedeUserID', 'myUID'],
['bili_jct', 'csrf']]),
LotteryOrderMap = new Map([
[0, 'UIDs'],
[1, 'TAGs'],
[2, 'Articles'],
[3, 'APIs'],
[4, 'TxT'],
]);
[0, "UIDs"],
[1, "TAGs"],
[2, "Articles"],
[3, "APIs"]]);
config.updata(num);
if (!/buvid3/.test(cookie)) {
const charset = '0123456789ABCDEF'.split('');
const buvid3 = 'x'.repeat(8).split('').map(() => getRandomOne(charset)).join('')
+ '-'
+ 'x'.repeat(4).split('').map(() => getRandomOne(charset)).join('')
+ '-'
+ 'x'.repeat(4).split('').map(() => getRandomOne(charset)).join('')
+ '-'
+ 'x'.repeat(4).split('').map(() => getRandomOne(charset)).join('')
+ '-'
+ 'x'.repeat(17).split('').map(() => getRandomOne(charset)).join('')
+ 'infoc';
this.set('cookie', cookie + ';' + buvid3);
} else {
this.set('cookie', cookie);
}
this.set('cookie', cookie + ';buvid3=AAAAAAAA-BBBB-CCCC-DDDD-DDDDDDDDDDDDDDDDDinfoc');
cookie.split(/\s*;\s*/).forEach(item => {
const _item = item.split('=');
@@ -58,15 +41,16 @@ let global_var = {
this.set('Lottery',
LotteryOrder
.map(it => LotteryOrderMap.get(it))
.filter(it => typeof it === 'string')
.filter(it => typeof it === "string")
.map(lottery_option => config[lottery_option].map(it => [lottery_option, it]))
.flat()
);
this.set('remoteconfig', await getRemoteConfig());
}
await createDir('dyids');
await createFile(dyids_dir, num < 2 ? 'dyid.txt' : `dyid${num}.txt`, '', 'a');
await createFile(dyids_dir, num < 2 ? 'dyid.txt' : `dyid${num}.txt`, '', 'a')
}
};
module.exports = global_var;
module.exports = global_var;
+16 -16
View File
@@ -1,4 +1,4 @@
const { log, readDyidFile, writeDyidFile, dyid_length } = require('../utils');
const { log, readDyidFile, writeDyidFile, dyid_length } = require("../utils");
const d_storage = {
/**
@@ -13,17 +13,17 @@ const d_storage = {
let status = false;
rs.on('data', chunk => {
if (Rdyid.test(chunk)) {
status = true;
status = true
}
});
})
rs.on('end', () => {
resolve(status);
});
resolve(status)
})
rs.on('error', err => {
log.error('搜索dyid', err);
resolve(status);
});
});
log.error('搜索dyid', err)
resolve(status)
})
})
},
/**
* 更新dyid
@@ -32,21 +32,21 @@ const d_storage = {
updateDyid: (dyid) => {
log.info('更新dyid', `写入${dyid}`);
if (dyid.length !== dyid_length) {
log.error('更新dyid', `dyid(${dyid})长度不为18 若出现此问题请即时通知开发者`);
log.error('更新dyid', `dyid(${dyid})长度不为18 若出现此问题请即时通知开发者`)
}
return new Promise((resolve) => {
const ws = writeDyidFile(Number(process.env.NUMBER));
ws.write(dyid + ',', () => {
ws.destroy();
resolve();
});
resolve()
})
ws.on('error', err => {
log.error('更新dyid', err);
resolve();
});
log.error('更新dyid', err)
resolve()
})
});
}
};
}
module.exports = d_storage;
+2 -2
View File
@@ -15,11 +15,11 @@ const event_bus = {
},
flush() {
this.event_list.forEach(event => {
this.ee.removeAllListeners(event);
this.ee.removeAllListeners(event)
});
this.event_list = [];
}
};
}
module.exports = event_bus;
+123 -181
View File
@@ -1,6 +1,6 @@
const { log } = require('../utils');
const { send } = require('../net/http');
const { createTransport } = require('nodemailer');
const { log } = require("../utils");
const { send } = require("../net/http");
const { createTransport } = require("nodemailer");
// =======================================微信server酱通知设置区域===========================================
//此处填你申请的SCKEY.
@@ -80,13 +80,6 @@ let SMTP_USER = '';
let SMTP_PASS = '';
let SMTP_TO_USER = '';
// ====================================Gotify======================================
// 官方文档:https://gotify.net/docs/pushmsg
// 此处填你的Gotify消息推送地址(例如:http://localhost/message
let GOTIFY_URL = '';
// 此处填你想推送的Application的Token(不包含推送时额外添加的前缀 Bearer )
let GOTIFY_APPKEY = '';
//==========================云端环境变量的判断与接收=========================
if (process.env.SCKEY) {
SCKEY = process.env.SCKEY;
@@ -107,24 +100,24 @@ if (process.env.QQ_MODE) {
if (process.env.BARK_PUSH) {
if (process.env.BARK_PUSH.indexOf('https') > -1 || process.env.BARK_PUSH.indexOf('http') > -1) {
//兼容BARK自建用户
BARK_PUSH = process.env.BARK_PUSH;
BARK_PUSH = process.env.BARK_PUSH
} else {
BARK_PUSH = `https://api.day.app/${process.env.BARK_PUSH}`;
BARK_PUSH = `https://api.day.app/${process.env.BARK_PUSH}`
}
if (process.env.BARK_SOUND) {
BARK_SOUND = process.env.BARK_SOUND;
BARK_SOUND = process.env.BARK_SOUND
}
} else {
if (BARK_PUSH && BARK_PUSH.indexOf('https') === -1 && BARK_PUSH.indexOf('http') === -1) {
//兼容BARK本地用户只填写设备码的情况
BARK_PUSH = `https://api.day.app/${BARK_PUSH}`;
BARK_PUSH = `https://api.day.app/${BARK_PUSH}`
}
}
if (process.env.PUSHDEER_URL) {
PUSHDEER_URL = process.env.PUSHDEER_URL;
PUSHDEER_URL = process.env.PUSHDEER_URL
} else {
PUSHDEER_URL = 'https://api2.pushdeer.com/message/push';
PUSHDEER_URL = "https://api2.pushdeer.com/message/push";
}
if (process.env.PUSHDEER_PUSHKEY) {
@@ -163,7 +156,7 @@ if (process.env.QYWX_KEY) {
}
if (process.env.IGOT_PUSH_KEY) {
IGOT_PUSH_KEY = process.env.IGOT_PUSH_KEY;
IGOT_PUSH_KEY = process.env.IGOT_PUSH_KEY
}
if (process.env.PUSH_PLUS_TOKEN) {
@@ -197,18 +190,11 @@ if (process.env.SMTP_TO_USER) {
SMTP_TO_USER = process.env.SMTP_TO_USER;
}
if (process.env.GOTIFY_URL) {
GOTIFY_URL = process.env.GOTIFY_URL;
if (process.env.GOTIFY_APPKEY) {
GOTIFY_APPKEY = process.env.GOTIFY_APPKEY;
}
}
//==========================云端环境变量的判断与接收=========================
async function sendNotify(text, desp, params = {}) {
if (process.env.NOTE) {
desp = `帐号备注: ${process.env.NOTE}\n${desp}`;
desp = `帐号备注: ${process.env.NOTE}\n${desp}`
}
//提供多种通知方式
await Promise.all([
@@ -237,10 +223,8 @@ async function sendNotify(text, desp, params = {}) {
// Qmsg
qmsg(text, desp),
//电子邮件
email(text, desp),
// Gotify
gotifyNotify(text, desp)
]);
email(text, desp)
])
}
function serverNotify(text, desp) {
@@ -263,29 +247,29 @@ function serverNotify(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.errno === 0) {
log.info('发送通知', 'server酱发送通知消息成功');
log.info('发送通知', 'server酱发送通知消息成功')
} else if (data.errno === 1024) {
// 一分钟内发送相同的内容会触发
log.error('发送通知', `server酱发送通知消息异常: ${data.errmsg}`);
log.error('发送通知', `server酱发送通知消息异常: ${data.errmsg}`)
} else {
log.error('发送通知', `server酱发送通知消息异常\n${JSON.stringify(data)}`);
log.error('发送通知', `server酱发送通知消息异常\n${JSON.stringify(data)}`)
}
} catch (error) {
log.error('发送通知', error);
} finally {
resolve();
resolve()
}
},
failure: err => {
log.error('发送通知', 'server酱 发送通知调用API失败!!' + err);
resolve();
log.error('发送通知', 'server酱 发送通知调用API失败!!' + err)
resolve()
}
});
})
} else {
log.debug('发送通知', '您未提供server酱的SCKEY,取消微信推送消息通知');
resolve();
resolve()
}
});
})
}
function serverNotifyTurbo(text, desp) {
@@ -308,26 +292,26 @@ function serverNotifyTurbo(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.code === 0) {
log.info('发送通知', 'server酱(Turbo版)发送通知消息成功');
log.info('发送通知', 'server酱(Turbo版)发送通知消息成功')
} else {
log.error('发送通知', `server酱(Turbo版)发送通知消息异常\n${JSON.stringify(data)}`);
log.error('发送通知', `server酱(Turbo版)发送通知消息异常\n${JSON.stringify(data)}`)
}
} catch (error) {
log.error('发送通知', error);
} finally {
resolve();
resolve()
}
},
failure: err => {
log.error('发送通知', 'server酱(Turbo版) 发送通知调用API失败!!' + err);
resolve();
log.error('发送通知', 'server酱(Turbo版) 发送通知调用API失败!!' + err)
resolve()
}
});
})
} else {
log.debug('发送通知', '您未提供server酱(Turbo版)的SCKEY,取消微信推送消息通知');
resolve();
resolve()
}
});
})
}
function coolPush(text, desp) {
@@ -335,18 +319,18 @@ function coolPush(text, desp) {
if (QQ_SKEY) {
let pushMode = function (t) {
switch (t) {
case 'send':
return '个人';
case 'group':
return 'QQ群';
case 'wx':
return '微信';
case 'ww':
return '企业微信';
case "send":
return "个人";
case "group":
return "QQ群";
case "wx":
return "微信";
case "ww":
return "企业微信";
default:
return '未知方式';
return "未知方式"
}
};
}
send({
method: 'POST',
url: `https://push.xuthus.cc/${QQ_MODE}/${QQ_SKEY}`,
@@ -356,34 +340,34 @@ function coolPush(text, desp) {
},
headers: {
accept: 'application/json, text/plain, */*',
'content-type': 'text/plain'
"content-type": "text/plain"
},
success: res => {
try {
const data = JSON.parse(res.body);
if (data.code === 200) {
log.info('发送通知', `酷推发送${pushMode(QQ_MODE)}通知消息成功`);
log.info('发送通知', `酷推发送${pushMode(QQ_MODE)}通知消息成功`)
} else if (data.code === 400) {
log.error('发送通知', `QQ酷推(Cool Push)发送${pushMode(QQ_MODE)}推送失败:${data}`);
log.error('发送通知', `QQ酷推(Cool Push)发送${pushMode(QQ_MODE)}推送失败:${data}`)
} else {
log.error('发送通知', `酷推推送异常: ${data.msg}`);
}
} catch (error) {
log.error('发送通知', error);
} finally {
resolve();
resolve()
}
},
failure: err => {
log.error('发送通知', `酷推 发送${pushMode(QQ_MODE)}通知调用API失败!!${err}`);
resolve();
log.error('发送通知', `酷推 发送${pushMode(QQ_MODE)}通知调用API失败!!${err}`)
resolve()
}
});
})
} else {
log.debug('发送通知', '您未提供酷推的SKEY,取消QQ推送消息通知');
resolve();
resolve()
}
});
})
}
function barkNotify(text, desp, params = {}) {
@@ -406,26 +390,26 @@ function barkNotify(text, desp, params = {}) {
try {
const data = JSON.parse(res.body);
if (data.code === 200) {
log.info('发送通知', 'Bark APP发送通知消息成功');
log.info('发送通知', 'Bark APP发送通知消息成功')
} else {
log.error('发送通知', `${data.message}`);
}
} catch (error) {
log.error('发送通知', error);
} finally {
resolve();
resolve()
}
},
failure: err => {
log.error('发送通知', 'Bark APP发送通知调用API失败!!' + err);
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供Bark的APP推送BARK_PUSH,取消Bark推送消息通知');
resolve();
resolve()
}
});
})
}
function pushdeerNotify(text, desp) {
@@ -438,7 +422,7 @@ function pushdeerNotify(text, desp) {
pushkey: PUSHDEER_PUSHKEY,
text,
desp,
type: 'markdown'
type: "markdown"
},
config: {
retry: false
@@ -447,26 +431,26 @@ function pushdeerNotify(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.code === 0) {
log.info('发送通知', 'Pushdeer推送发送通知消息成功');
log.info('发送通知', 'Pushdeer推送发送通知消息成功')
} else {
log.error('发送通知', `Pushdeer推送发送通知消息异常\n${JSON.stringify(data)}`);
log.error('发送通知', `Pushdeer推送发送通知消息异常\n${JSON.stringify(data)}`)
}
} catch (error) {
log.error('发送通知', error);
} finally {
resolve();
resolve()
}
},
failure: err => {
log.error('发送通知', 'Pushdeer推送发送通知调用API失败!!' + err);
resolve();
log.error('发送通知', 'Pushdeer推送发送通知调用API失败!!' + err)
resolve()
}
});
})
} else {
log.debug('发送通知', '您未提供Pushdeer推送所需的PUSHDEER_URL 和 PUSHDEER_PUSHKEY, 取消Pushdeer推送消息通知');
resolve();
resolve()
}
});
})
}
function tgBotNotify(text, desp) {
@@ -492,35 +476,35 @@ function tgBotNotify(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.ok) {
log.info('发送通知', 'Telegram发送通知消息完成。');
log.info('发送通知', 'Telegram发送通知消息完成。')
} else if (data.error_code === 400) {
log.error('发送通知', '请主动给bot发送一条消息并检查接收用户ID是否正确。');
log.error('发送通知', '请主动给bot发送一条消息并检查接收用户ID是否正确。')
} else if (data.error_code === 401) {
log.error('发送通知', 'Telegram bot token 填写错误。');
log.error('发送通知', 'Telegram bot token 填写错误。')
}
} catch (error) {
log.error('发送通知', error);
} finally {
resolve();
resolve()
}
},
failure: err => {
log.error('发送通知', 'telegram发送通知消息失败!!' + err);
resolve();
log.error('发送通知', 'telegram发送通知消息失败!!' + err)
resolve()
}
};
}
if (TG_PROXY_HOST && TG_PROXY_PORT) {
options.proxy = {
url: 'http://' + TG_PROXY_HOST + ':' + TG_PROXY_PORT,
auth_headers: []
};
hostname: TG_PROXY_HOST,
port: TG_PROXY_PORT * 1
}
}
send(options);
send(options)
} else {
log.debug('发送通知', '您未提供telegram机器人推送所需的TG_BOT_TOKEN和TG_USER_ID,取消telegram推送消息通知');
resolve();
resolve()
}
});
})
}
function ddBotNotify(text, desp) {
@@ -533,7 +517,7 @@ function ddBotNotify(text, desp) {
const result = encodeURIComponent(hmac.digest().toString('base64'));
send({
method: 'POST',
url: 'https://oapi.dingtalk.com/robot/send',
url: `https://oapi.dingtalk.com/robot/send`,
query: {
access_token: DD_BOT_TOKEN,
timestamp: dateNow,
@@ -543,7 +527,7 @@ function ddBotNotify(text, desp) {
retry: false
},
contents: {
msgtype: 'text',
msgtype: "text",
text: {
content: `${text}\n\n${desp}`
}
@@ -556,9 +540,9 @@ function ddBotNotify(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.errcode === 0) {
log.info('发送通知', '钉钉发送通知消息完成。');
log.info('发送通知', '钉钉发送通知消息完成。')
} else {
log.error('发送通知', `${data.errmsg}`);
log.error('发送通知', `${data.errmsg}`)
}
} catch (e) {
log.error('发送通知', e);
@@ -567,14 +551,14 @@ function ddBotNotify(text, desp) {
}
},
failure: err => {
log.error('发送通知', '钉钉发送通知消息失败!!' + err);
resolve();
log.error('发送通知', '钉钉发送通知消息失败!!' + err)
resolve()
}
});
})
} else if (DD_BOT_TOKEN) {
send({
method: 'POST',
url: 'https://oapi.dingtalk.com/robot/send',
url: `https://oapi.dingtalk.com/robot/send`,
query: {
access_token: DD_BOT_TOKEN
},
@@ -582,7 +566,7 @@ function ddBotNotify(text, desp) {
retry: false
},
contents: {
msgtype: 'text',
msgtype: "text",
text: {
content: `${text}\n\n${desp}`
}
@@ -595,9 +579,9 @@ function ddBotNotify(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.errcode === 0) {
log.info('发送通知', '钉钉发送通知消息完成。');
log.info('发送通知', '钉钉发送通知消息完成。')
} else {
log.error('发送通知', `${data.errmsg}`);
log.error('发送通知', `${data.errmsg}`)
}
} catch (e) {
log.error('发送通知', e);
@@ -609,22 +593,21 @@ function ddBotNotify(text, desp) {
log.error('发送通知', '钉钉发送通知消息失败!!' + err);
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供钉钉机器人推送所需的DD_BOT_TOKEN或者DD_BOT_SECRET,取消钉钉推送消息通知');
resolve();
resolve()
}
});
})
}
function qywxAmNotify(text, desp) {
return new Promise(resolve => {
desp=desp.replace(/\n/g, '<br>');
if (QYWX_AM) {
const QYWX_AM_AY = QYWX_AM.split(',');
send({
method: 'POST',
url: 'https://qyapi.weixin.qq.com/cgi-bin/gettoken',
url: `https://qyapi.weixin.qq.com/cgi-bin/gettoken`,
contents: {
corpid: `${QYWX_AM_AY[0]}`,
corpsecret: `${QYWX_AM_AY[1]}`,
@@ -647,15 +630,9 @@ function qywxAmNotify(text, desp) {
touser: `${QYWX_AM_AY[2]}`,
agentid: `${QYWX_AM_AY[3]}`,
safe: '0',
msgtype: 'mpnews',
mpnews : {
articles:[
{
title: `${text}`,
thumb_media_id: `${QYWX_AM_AY[4]}`,
content: `${desp}`,
}
]
msgtype: 'text',
text: {
content: `${text}\n\n${desp}`,
},
},
config: {
@@ -683,7 +660,7 @@ function qywxAmNotify(text, desp) {
log.error('发送通知', '企业微信应用发送通知消息失败!!' + err);
resolve();
}
});
})
} catch (e) {
log.error('发送通知', e);
} finally {
@@ -694,7 +671,7 @@ function qywxAmNotify(text, desp) {
log.error('发送通知', '企业微信应用发送通知消息失败!!' + err);
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供企业微信应用所需的QYWX_AM,取消企业微信应用推送消息通知');
resolve();
@@ -739,7 +716,7 @@ function qywxBotNotify(text, desp) {
log.error('发送通知', '企业微信发送通知消息失败!!' + err);
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供企业微信机器人推送所需的QYWX_KEY,取消企业微信推送消息通知');
resolve();
@@ -751,11 +728,11 @@ function iGotNotify(text, desp, params = {}) {
return new Promise(resolve => {
if (IGOT_PUSH_KEY) {
// 校验传入的IGOT_PUSH_KEY是否有效
const IGOT_PUSH_KEY_REGX = new RegExp('^[a-zA-Z0-9]{24}$');
const IGOT_PUSH_KEY_REGX = new RegExp("^[a-zA-Z0-9]{24}$")
if (!IGOT_PUSH_KEY_REGX.test(IGOT_PUSH_KEY)) {
log.error('发送通知', '您所提供的IGOT_PUSH_KEY无效');
resolve();
return;
log.error('发送通知', '您所提供的IGOT_PUSH_KEY无效')
resolve()
return
}
send({
method: 'POST',
@@ -776,9 +753,9 @@ function iGotNotify(text, desp, params = {}) {
try {
const data = JSON.parse(res.body);
if (data.ret === 0) {
log.info('发送通知', 'iGot发送通知消息成功');
log.info('发送通知', 'iGot发送通知消息成功')
} else {
log.error('发送通知', `iGot发送通知消息失败:${data.errMsg}`);
log.error('发送通知', `iGot发送通知消息失败:${data.errMsg}`)
}
} catch (e) {
log.error('发送通知', e);
@@ -787,15 +764,15 @@ function iGotNotify(text, desp, params = {}) {
}
},
failure: err => {
log.error('发送通知', 'iGot 发送通知调用API失败!!' + err);
log.error('发送通知', 'iGot 发送通知调用API失败!!' + err)
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供iGot的推送IGOT_PUSH_KEY,取消iGot推送消息通知');
resolve();
resolve()
}
});
})
}
function pushPlusNotify(text, desp) {
@@ -821,9 +798,9 @@ function pushPlusNotify(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.code === 200) {
log.info('发送通知', `push+发送${PUSH_PLUS_USER ? '一对多' : '一对一'}通知消息完成。`);
log.info('发送通知', `push+发送${PUSH_PLUS_USER ? '一对多' : '一对一'}通知消息完成。`)
} else {
log.error('发送通知', `push+发送${PUSH_PLUS_USER ? '一对多' : '一对一'}通知消息失败:${data.msg}`);
log.error('发送通知', `push+发送${PUSH_PLUS_USER ? '一对多' : '一对一'}通知消息失败:${data.msg}`)
}
} catch (e) {
log.error('发送通知', e);
@@ -832,50 +809,15 @@ function pushPlusNotify(text, desp) {
}
},
failure: err => {
log.error('发送通知', `push+发送${PUSH_PLUS_USER ? '一对多' : '一对一'}通知消息失败!!${err}`);
log.error('发送通知', `push+发送${PUSH_PLUS_USER ? '一对多' : '一对一'}通知消息失败!!${err}`)
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供push+推送所需的PUSH_PLUS_TOKEN,取消push+推送消息通知');
resolve();
resolve()
}
});
}
function gotifyNotify(text, desp) {
return new Promise(resolve => {
if (GOTIFY_APPKEY) {
send({
method: 'POST',
url: GOTIFY_URL,
contents: {
title: text,
message: desp,
},
config: {
retry: false
},
headers: {
accept: 'application/json, text/plain, */*',
'content-type': 'application/json',
'authorization': 'Bearer ' + GOTIFY_APPKEY
},
success: () => {
// HTTP 响应码 200 就说明成功了
log.info('发送通知', 'Gotify 发送通知消息成功');
resolve();
},
failure: err => {
log.error('发送通知', 'Gotify 发送通知调用API失败!!' + err);
resolve();
}
});
} else {
log.debug('发送通知', '您未提供Gotify推送所需的GOTIFY_APPKEY,取消Gotify推送消息通知');
resolve();
}
});
})
}
async function qmsg(text, desp) {
@@ -885,7 +827,7 @@ async function qmsg(text, desp) {
method: 'POST',
url: 'https://qmsg.zendee.cn/send/' + QMSG_KEY,
contents: {
msg: text + '\n\n' + desp,
msg: text + "\n\n" + desp,
qq: QMSG_QQ
},
config: {
@@ -899,9 +841,9 @@ async function qmsg(text, desp) {
try {
const data = JSON.parse(res.body);
if (data.code === 200) {
log.info('发送通知', 'qmsg发送通知消息完成。');
log.info('发送通知', `qmsg发送通知消息完成。`)
} else {
log.error('发送通知', `qmsg通知消息失败: ${data.reason}`);
log.error('发送通知', `qmsg通知消息失败: ${data.reason}`)
}
} catch (e) {
log.error('发送通知', e);
@@ -910,15 +852,15 @@ async function qmsg(text, desp) {
}
},
failure: err => {
log.error('发送通知', 'qmsg通知消息失败!!' + err);
log.error('发送通知', `qmsg通知消息失败!!` + err)
resolve();
}
});
})
} else {
log.debug('发送通知', '您未提供qmsg推送所需的QMSG_KEY,取消qmsg推送消息通知');
resolve();
resolve()
}
});
})
}
async function email(text, desp) {
@@ -936,10 +878,10 @@ async function email(text, desp) {
to: SMTP_TO_USER,
subject: text,
text: desp,
});
})
} catch (e) {
log.error('发送通知', `email发送失败 原因: ${e.message}`);
return;
return
}
log.info('发送通知', 'email发送成功');
} else {
@@ -947,4 +889,4 @@ async function email(text, desp) {
}
}
module.exports = { sendNotify };
module.exports = { sendNotify }
+26
View File
@@ -0,0 +1,26 @@
const { log } = require('../utils');
const crypto = require('crypto');
/**
* [熊猫代理](http://www.xiongmaodaili.com)
* @returns {import("../net/http").ProxyConfig}
*/
function xiongmaodaili() {
log.info("熊猫代理", "开始")
let timestamp = parseInt(new Date().getTime() / 1000);
let orderno = process.env["XMDL_ORDERNNO"];
let secret = process.env["XMDL_SECRET"];
let txt = 'orderno=' + orderno + ',secret=' + secret + ',timestamp=' + timestamp;
let md5 = crypto.createHash('md5');
let sign = md5.update(txt).digest('hex').toUpperCase();
return {
url: "http://dtan.xiongmaodaili.com:8088",
auth_headers: [
["Proxy-Authorization", 'sign=' + sign + '&orderno=' + orderno + "&timestamp=" + timestamp]
]
}
}
module.exports = { xiongmaodaili }
+12 -12
View File
@@ -1,6 +1,6 @@
const config = require('../data/config');
const bili = require('../net/bili');
const utils = require('../utils');
const config = require("../data/config");
const bili = require("../net/bili");
const utils = require("../utils");
/**
* 随机动态
@@ -8,22 +8,22 @@ const utils = require('../utils');
* @returns
*/
async function randomDynamic(num) {
let dynamics = [];
let dynamics = []
const
{ create_dy_type, dy_contents, random_dynamic_wait } = config,
hasShareVideo = create_dy_type === -1 || create_dy_type === 1,
hasRandomCreate = create_dy_type === -1 || create_dy_type === 0 || typeof create_dy_type === 'undefined';
if (hasShareVideo) {
dynamics = await bili.getTopRcmd();
dynamics = await bili.getTopRcmd()
for (let index = 0; dynamics.length < num; index++) {
dynamics.push(...await bili.getTopRcmd());
dynamics.push(...await bili.getTopRcmd())
}
}
if (hasRandomCreate) {
for (let index = 0; index < num; index++) {
dynamics.push(utils.getRandomOne(dy_contents));
dynamics.push(utils.getRandomOne(dy_contents))
}
}
@@ -31,13 +31,13 @@ async function randomDynamic(num) {
utils.shuffle(dynamics).slice(0, num),
async (dynamic) => {
await utils.delay(random_dynamic_wait);
if (dynamic instanceof Array && dynamic.length === 2 && typeof dynamic[0] === 'number') {
await bili.shareVideo(...dynamic);
if (dynamic instanceof Array && dynamic.length === 2 && typeof dynamic[0] === "number") {
await bili.shareVideo(...dynamic)
} else {
await bili.createDynamic(dynamic);
await bili.createDynamic(dynamic)
}
}
);
)
}
module.exports = { randomDynamic };
module.exports = { randomDynamic }
+6 -8
View File
@@ -1,11 +1,9 @@
const { login } = require('./login');
const { isMe } = require('./check');
const { clear } = require('./clear');
const { start } = require('./lottery');
const { account } = require('./account');
const global_var = require('./data/global_var');
const bili = require('./net/bili');
const { log } = require('./utils');
const global_var = require('./data/global_var')
const bili = require('./net/bili')
const { log } = require('./utils')
const { sendNotify } = require('./helper/notify');
/**
@@ -13,16 +11,16 @@ const { sendNotify } = require('./helper/notify');
* @param {string} num
*/
async function checkCookie(num) {
const My_UID = global_var.get('myUID');
const My_UID = global_var.get("myUID");
if (await bili.getMyinfo()) {
log.info('Cookie有效性检测', `成功登录 UID:${My_UID}`);
return true;
} else {
log.error('Cookie有效性检测', `登录失败 COOKIE${num} 已失效 UID:${My_UID}`);
await sendNotify('动态抽奖出错-登录失败', `COOKIE${num} 已失效 UID:${My_UID}`);
await sendNotify('动态抽奖出错-登录失败', `COOKIE${num} 已失效 UID:${My_UID}`)
return false;
}
}
module.exports = { login, start, isMe, clear, checkCookie, account };
module.exports = { start, isMe, clear, checkCookie }
-58
View File
@@ -1,58 +0,0 @@
const { readFileSync, writeFileSync } = require('fs');
const { log, env_file } = require('./utils');
/**
* 扫码登陆
* @param {string} num
*/
async function login(num) {
try {
const { pcLogin } = require('@catlair/blogin');
const loginInfo = await pcLogin();
if (!loginInfo) {
log.error('扫码登陆', '失败/取消');
return;
}
log.info('扫码登陆', '登录成功');
JSON.stringify(loginInfo, null, 2);
const uid = `${loginInfo.mid}`;
const cookie = `${loginInfo.cookie}`;
log.info('账号UID', uid);
log.info('Cookie', cookie);
if (replaceCookie(env_file, uid, cookie)) {
log.info('扫码登陆', `账号${num}已进行cookie自动更新,如未能生效请手动复制在env.js内替换。路径:${env_file}`);
}
} catch (error) {
log.error(error);
}
}
/**
* 正则检索uid更新cookie
* @param {string} filePath
* @param {string} uid
* @param {string} oldCK
*/
function replaceCookie(filePath, uid, oldCK) {
try {
const content = readFileSync(filePath, 'utf-8');
const DedeUserID = `DedeUserID=${uid}`;
const reg = new RegExp(`['"]?COOKIE['"]?:\\s?['"](.*${DedeUserID}.*)['"]`, 'g');
const newCK = content.replaceAll(reg, substring => {
let quote = substring.at(0) || '';
/['"]/.test(quote) || (quote = '');
const quote2 = oldCK.includes('\'')
? '"'
: substring.match(/^['"]?COOKIE['"]?:\s?(['"])/)?.[1] || '"';
return `${quote}COOKIE${quote}: ${quote2}${oldCK}${quote2}`;
});
if (content === newCK) return false;
writeFileSync(filePath, newCK);
return true;
} catch (error) {
log.error('扫码登陆', error);
}
return false;
}
module.exports = { login };
+7 -7
View File
@@ -15,11 +15,11 @@ async function createRandomDynamic(num) {
{ allModifyDynamicResArray } = (await utils.retryfn(
3,
[null],
() => Searcher.checkAllDynamic(global_var.get('myUID'), 1)
() => Searcher.checkAllDynamic(global_var.get("myUID"), 1)
)) || { allModifyDynamicResArray: [] },
{ type, origin_type } = allModifyDynamicResArray[0] || {};
if (type === 1 && origin_type !== 8) {
await randomDynamic(num);
await randomDynamic(num)
} else {
log.info('随机动态', '已有非抽奖动态故无需创建');
}
@@ -36,16 +36,16 @@ function start(num) {
let times = utils.counter();
/* 注册事件 */
event_bus.on('Turn_on_the_Monitor', async () => {
const lotterys = global_var.get('Lottery');
const lotterys = global_var.get("Lottery");
if (lotterys.length === 0) {
log.info('抽奖', '抽奖信息为空');
event_bus.emit('Turn_off_the_Monitor', '抽奖信息为空');
event_bus.emit('Turn_off_the_Monitor', '抽奖信息为空')
return;
}
if (times.value() === lotterys.length) {
log.info('抽奖', '所有动态转发完毕');
times.clear();
event_bus.emit('Turn_off_the_Monitor', '目前无抽奖信息,过一会儿再来看看吧');
event_bus.emit('Turn_off_the_Monitor', '目前无抽奖信息,过一会儿再来看看吧')
return;
}
const lottery = lotterys[times.next()];
@@ -63,10 +63,10 @@ function start(num) {
await createRandomDynamic(config.create_dy_num);
event_bus.flush();
resolve();
});
})
event_bus.emit('Turn_on_the_Monitor');
});
}
module.exports = { start };
module.exports = { start }
+11 -8
View File
@@ -5,7 +5,12 @@ module.exports = Object.freeze({
DYNAMIC_REPOST_SHARE: 'https://api.vc.bilibili.com/dynamic_repost/v1/dynamic_repost/share',
DYNAMIC_SVR_CREATE_DRAW: 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/create_draw',
DYNAMIC_SVR_CREATE: 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/create',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL: 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V2: 'https://api.vc.bilibili.com/dynamic_svr/v2/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V3: 'https://api.vc.bilibili.com/dynamic_svr/v3/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V4: 'https://api.vc.bilibili.com/dynamic_svr/v4/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V5: 'https://api.vc.bilibili.com/dynamic_svr/v5/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V6: 'https://api.vc.bilibili.com/dynamic_svr/v6/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V7: 'https://api.vc.bilibili.com/dynamic_svr/v7/dynamic_svr/get_dynamic_detail',
DYNAMIC_SVR_RM_DYNAMIC: 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/rm_dynamic',
DYNAMIC_SVR_SPACE_HISTORY: 'https://api.vc.bilibili.com/dynamic_svr/v1/dynamic_svr/space_history',
FEED_GET_ATTENTION_LIST: 'https://api.vc.bilibili.com/feed/v1/feed/get_attention_list',
@@ -15,7 +20,7 @@ module.exports = Object.freeze({
MSGFEED_AT: 'https://api.bilibili.com/x/msgfeed/at',
MSGFEED_REPLAY: 'https://api.bilibili.com/x/msgfeed/reply',
MSGFEED_UNREAD: 'https://api.bilibili.com/x/msgfeed/unread',
READ_CV: 'https://www.bilibili.com/read/cv{{cv}}/',
READ_CV: 'https://www.bilibili.com/read/cv{{cv}}',
RELATION_BATCH_MODIFY: 'https://api.bilibili.com/x/relation/batch/modify',
RELATION_MODIFY: 'https://api.bilibili.com/x/relation/modify',
RELATION_STAT: 'https://api.bilibili.com/x/relation/stat',
@@ -30,13 +35,11 @@ module.exports = Object.freeze({
SHORTLINK: 'https://b23.tv/{{short_id}}',
SPACE_MYINFO: 'https://api.bilibili.com/x/space/myinfo',
TAG_INFO: 'https://api.bilibili.com/x/tag/info',
TOP_FEED_RCMD: 'https://api.bilibili.com/x/web-interface/index/top/feed/rcmd',
TOP_RCMD: 'https://api.bilibili.com/x/web-interface/index/top/rcmd',
TOP_FEED_RCMD: "https://api.bilibili.com/x/web-interface/index/top/feed/rcmd",
TOP_RCMD: "https://api.bilibili.com/x/web-interface/index/top/rcmd",
TOPIC_SVR_TOPIC_HISTORY: 'https://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_history',
TOPIC_SVR_TOPIC_NEW: 'https://api.vc.bilibili.com/topic_svr/v1/topic_svr/topic_new',
V2_REPLAY: 'https://api.bilibili.com/x/v2/reply',
V2_REPLAY: "https://api.bilibili.com/x/v2/reply",
WEB_INTERFACE_CARD: 'https://api.bilibili.com/x/web-interface/card',
WEB_INTERFACE_NAV_STAT: 'https://api.bilibili.com/x/web-interface/nav/stat',
WEB_INTERFACE_SEARCH_TYPE: 'https://api.bilibili.com/x/web-interface/search/type',
X_POLYMER_WEB_DYNAMIC_V1_DETAIL: 'https://api.bilibili.com/x/polymer/web-dynamic/v1/detail',
});
})
+205 -264
View File
@@ -1,7 +1,8 @@
const GlobalVar = require('../data/global_var');
const { strToJson, log, ocr, hasEnv } = require('../utils');
const { strToJson, log, hasEnv } = require('../utils');
const { send } = require('./http');
const API = require('./api.bili');
const proxies = require("../helper/proxies");
class Line {
/**
@@ -14,15 +15,15 @@ class Line {
* @param {(responseText: string) => ResResult} [pub_handler]
*/
constructor(line_name, requests, pub_handler) {
this.line_name = line_name;
this.requests = requests;
this.valid_line = 0;
this.switch_times = 0;
if (pub_handler) this.pub_handler = pub_handler;
this.line_name = line_name
this.requests = requests
this.valid_line = 0
this.switch_times = 0
if (pub_handler) this.pub_handler = pub_handler
/**
* @type {ResResult}
*/
this.res_result = [false, null, ''];
this.res_result = [false, null, '']
}
/**
@@ -30,13 +31,13 @@ class Line {
* @returns {boolean}
*/
switchLine() {
const { valid_line, requests: { length }, switch_times } = this;
this.valid_line = (valid_line + 1) % length;
this.switch_times += 1;
const { valid_line, requests: { length }, switch_times } = this
this.valid_line = (valid_line + 1) % length
this.switch_times += 1
if (switch_times > length) {
return false;
return false
} else {
return true;
return true
}
}
@@ -45,8 +46,8 @@ class Line {
* @param {number} line
*/
storeLine(line) {
this.valid_line = line;
this.switch_times = 0;
this.valid_line = line
this.switch_times = 0
}
/**
@@ -59,24 +60,24 @@ class Line {
{ line_name, requests, valid_line } = this,
resp = await requests[valid_line](...args);
if (typeof resp === 'string') {
this.res_result = this.pub_handler(resp);
this.res_result = this.pub_handler(resp)
} else {
this.res_result = resp;
this.res_result = resp
}
const [i_switch, value, msg] = this.res_result;
const [i_switch, value, msg] = this.res_result
if (!i_switch) {
log.info(line_name, msg);
this.storeLine(valid_line);
return value;
log.info(line_name, msg)
this.storeLine(valid_line)
return value
}
if (this.switchLine()) {
log.warn(line_name, msg);
log.warn(line_name, `切换线路(${valid_line + 1}/${requests.length})`);
return await this.run();
log.warn(line_name, msg)
log.warn(line_name, `切换线路(${valid_line + 1}/${requests.length})`)
return await this.run()
} else {
log.error(line_name, msg);
log.error(line_name, '所有备用线路均连接失败');
return value;
log.error(line_name, msg)
log.error(line_name, '所有备用线路均连接失败')
return value
}
}
}
@@ -88,20 +89,24 @@ class Line {
*/
function get({ url, config, contents, query }) {
return new Promise((resolve) => {
send({
let ro = {
url,
method: 'GET',
config,
headers: {
'accept': 'application/json, text/plain, */*',
'cookie': GlobalVar.get('cookie')
"accept": 'application/json, text/plain, */*',
"cookie": GlobalVar.get("cookie")
},
query,
contents,
success: res => resolve(res.body),
failure: err => resolve(err)
});
});
}
if (hasEnv("ENABLE_PROXY")) {
ro.proxy = proxies.xiongmaodaili();
}
send(ro)
})
}
/**
@@ -111,21 +116,25 @@ function get({ url, config, contents, query }) {
*/
function post({ url, config, contents, query }) {
return new Promise((resolve) => {
send({
let ro = {
url,
method: 'POST',
config,
headers: {
'accept': 'application/json, text/plain, */*',
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
'cookie': GlobalVar.get('cookie')
"accept": 'application/json, text/plain, */*',
"content-type": 'application/x-www-form-urlencoded; charset=utf-8',
"cookie": GlobalVar.get("cookie")
},
query,
contents,
success: res => resolve(res.body),
failure: err => resolve(err)
});
});
};
if (hasEnv("ENABLE_PROXY")) {
ro.proxy = proxies.xiongmaodaili();
}
send(ro)
})
}
/**
@@ -134,7 +143,7 @@ function post({ url, config, contents, query }) {
const bili_client = {
/**
* 判断是否成功登录
* @returns {Promise<Object?>}
* @returns {Promise<boolean>}
*/
async getMyinfo() {
const
@@ -143,26 +152,10 @@ const bili_client = {
}),
res = strToJson(responseText);
if (res.code === 0) {
GlobalVar.set('myUNAME', res.data.name);
return res.data;
GlobalVar.set("myUNAME", res.data.name)
return true;
} else {
return null;
}
},
/**
* 帐号统计
* @returns {Promise<Object?>}
*/
async getStat() {
const
responseText = await get({
url: API.WEB_INTERFACE_NAV_STAT
}),
res = strToJson(responseText);
if (res.code === 0) {
return res.data;
} else {
return null;
return false;
}
},
/**
@@ -212,7 +205,7 @@ const bili_client = {
}),
res = strToJson(responseText);
if (res.code === 0) {
log.info('获取未读信息', '成功');
log.info('获取未读信息', `成功`);
return res.data;
} else {
log.error('获取未读信息', `失败\n${responseText}`);
@@ -234,20 +227,18 @@ const bili_client = {
items = data.items || [];
log.info('获取一页回复', `成功(${items.length})`);
return items
.filter(it => it.item !== undefined
&& it.user !== undefined
&& it.reply_time !== undefined)
.filter(it => it.item.type === 'reply')
.map(it => {
return {
nickname: it.user.nickname,
source: it.item.source_content,
uri: it.item.uri,
timestamp: it.reply_time
};
}
});
} else {
log.error('获取一页回复', '失败');
return [];
return []
}
},
/**
@@ -259,11 +250,11 @@ const bili_client = {
* @property {number} sender_uid
* @property {number} talker_id
* @property {number} msg_seqno
*
*
* @typedef SessionInfo
* @property {number} has_more
* @property {SessionData[]} data
*
*
* @param {number} session_type 1 已关注 2 未关注 3 应援团
* @param {string} [ts_16]
* @returns {Promise<SessionInfo>}
@@ -292,7 +283,7 @@ const bili_client = {
});
return { has_more, data };
} else if (res.code === 2) {
log.error('获取私信', 'API抽风...请再次尝试');
log.error('获取私信', `API抽风...请再次尝试`);
return { has_more: 0, data: [] };
} else {
log.error('获取私信', `失败\n${responseText}`);
@@ -316,16 +307,16 @@ const bili_client = {
}),
res = strToJson(responseText);
if (res.code === 0) {
const msgs = res.data.messages;
const msgs = res.data.messages
if (msgs instanceof Array) {
log.info('私信细节', `${talker_id}${size}条未读私信`);
return msgs.filter(it => ![8].includes(it.msg_source)).map(it => it.content).join('\n');
log.info('私信细节', `${talker_id}${size}条未读私信`)
return msgs.map(it => it.content).join('\n')
} else {
log.warn('私信细节', `${talker_id}无私信`);
log.warn('私信细节', `${talker_id}无私信`)
}
}
log.error('私信细节', '获取失败');
return '';
log.error('私信细节', `获取失败`)
return ''
},
/**
* 获取未读私信数量
@@ -363,8 +354,8 @@ const bili_client = {
talker_id,
session_type,
ack_seqno: msg_seqno,
csrf_token: GlobalVar.get('csrf'),
csrf: GlobalVar.get('csrf')
csrf_token: GlobalVar.get("csrf"),
csrf: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
@@ -397,7 +388,7 @@ const bili_client = {
}
},
/**
* @param {string} short_id
* @param {string} short_id
* @returns {Promise<string>}
*/
async shortDynamicIdToDyid(short_id) {
@@ -408,46 +399,78 @@ const bili_client = {
}
}).then(a => {
const dyid = (a.match(/[0-9]{18}/) || [])[0];
log.info('短连接转换', `${short_id} -> ${dyid}`);
return dyid;
});
log.info("短连接转换", `${short_id} -> ${dyid}`)
return dyid
})
},
_getOneDynamicByDyid: new Line(
'获取一个动态的细节',
[
(id) => get({
url: API.X_POLYMER_WEB_DYNAMIC_V1_DETAIL,
config: { retry: false },
query: {
id
}
}),
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL,
config: { retry: false },
query: {
dynamic_id
}
}),
]
, responseText => {
const
res = strToJson(responseText),
{ code, data } = res;
switch (code) {
case 0:
return [false, data, 'ok'];
default:
return [true, undefined, `获取动态数据出错:\n${responseText}`];
_getOneDynamicByDyid: new Line('获取一个动态的细节', [
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V2,
config: { retry: false },
query: {
dynamic_id
}
}),
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V3,
config: { retry: false },
query: {
dynamic_id
}
}),
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V4,
config: { retry: false },
query: {
dynamic_id
}
}),
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V5,
config: { retry: false },
query: {
dynamic_id
}
}),
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V6,
config: { retry: false },
query: {
dynamic_id
}
}),
(dynamic_id) => get({
url: API.DYNAMIC_SVR_GET_DYNAMIC_DETAIL_V7,
config: { retry: false },
query: {
dynamic_id
}
}),
], responseText => {
const
res = strToJson(responseText),
{ code, data } = res,
{ card } = data || {};
switch (code) {
case 0:
if (card) {
return [false, card, `ok`];
} else {
return [false, undefined, `动态不存在`];
}
case 500207:
return [false, undefined, `该动态为包月充电专属可以给UP主充电后观看`];
default:
return [true, undefined, `获取动态数据出错:\n${responseText}`]
}
}),
/**
* 获取一个动态的细节
* @param {string} dynamic_id
* @return {Promise<JSON>} 失败返回undefined
*/
async getOneDynamicByDyid(dynamic_id) {
return this._getOneDynamicByDyid.run(dynamic_id);
return this._getOneDynamicByDyid.run(dynamic_id)
},
/**
* 获取一组动态的信息
@@ -460,14 +483,14 @@ const bili_client = {
return get({
url: API.DYNAMIC_SVR_SPACE_HISTORY,
query: {
visitor_uid: GlobalVar.get('myUID'),
visitor_uid: GlobalVar.get("myUID"),
host_uid,
offset_dynamic_id,
},
config: {
retry: false
}
});
})
},
/**
* 通过tag名获取tag的id
@@ -504,7 +527,7 @@ const bili_client = {
query: {
topic_id: tagid
}
});
})
},
/**
* 获取tag下的最新动态
@@ -522,7 +545,7 @@ const bili_client = {
config: {
retry: false
}
});
})
},
/**
* 搜索专栏
@@ -549,7 +572,7 @@ const bili_client = {
return {
pub_time: it.pub_time,
id: it.id
};
}
});
} catch (error) {
log.error('搜索专栏', '失败 原因:\n' + responseText);
@@ -568,11 +591,8 @@ const bili_client = {
*/
getOneArticleByCv(cv) {
return get({
url: API.READ_CV.replace('{{cv}}', cv),
config: {
redirect: true
}
});
url: API.READ_CV.replace('{{cv}}', cv)
})
},
/**
* 获取粉丝数的所有有效方式
@@ -610,7 +630,7 @@ const bili_client = {
* @returns {Promise<string>}
*/
(uid) => get({
url: 'https://tenapi.cn/bilibilifo/',
url: "https://tenapi.cn/bilibilifo/",
query: {
uid
}
@@ -620,7 +640,7 @@ const bili_client = {
if (res.code === 0) {
return [false, res.data.follower, 'ok'];
} else {
return [true, -1, `出错 可能是访问过频繁\n${responseText}`];
return [true, -1, `出错 可能是访问过频繁\n${responseText}`]
}
}),
/**
@@ -629,7 +649,7 @@ const bili_client = {
* @returns {Promise<number | -1>}
*/
getUserInfo(uid) {
return this._getUserInfo.run(uid);
return this._getUserInfo.run(uid)
},
/**
* 获取开奖信息
@@ -675,7 +695,7 @@ const bili_client = {
fid: uid,
act: 1,
re_src: 0,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
(uid) => post({
@@ -683,7 +703,7 @@ const bili_client = {
contents: {
type: 1,
follow: uid,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
(uid) => post({
@@ -692,26 +712,24 @@ const bili_client = {
fids: uid,
act: 1,
re_src: 1,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
})
], responseText => {
const res = strToJson(responseText);
switch (res.code) {
case 0:
return [false, 0, '关注+1'];
return [false, 0, '关注+1']
case 22002:
return [false, 2, '您已被对方拉入黑名单'];
return [false, 2, '您已被对方拉入黑名单']
case 22003:
return [false, 3, '黑名单用户无法关注'];
return [false, 3, '黑名单用户无法关注']
case 22015:
return [false, 4, '账号异常'];
return [false, 4, '账号异常']
case 22009:
return [false, 5, '关注已达上限'];
case 22014:
return [false, 6, '已经关注用户,无法重复关注'];
return [false, 5, '关注已达上限']
default:
return [true, 1, `未知错误\n${responseText}`];
return [true, 1, `未知错误\n${responseText}`]
}
}),
/**
@@ -721,24 +739,23 @@ const bili_client = {
* @param {Number} uid
* 被关注者的UID
* @returns {Promise<number>}
* - 成功 0
* - 未知错误 1
* - 您已被对方拉入黑名单 2
* - 黑名单用户无法关注 3
* - 账号异常 4
* - 关注已达上限 5
* - 已经关注用户 6
* - 成功 0
* - 未知错误 1
* - 您已被对方拉入黑名单 2
* - 黑名单用户无法关注 3
* - 账号异常 4
* - 关注已达上限 5
*/
autoAttention(uid) {
return this._autoAttention.run(uid);
return this._autoAttention.run(uid)
},
/**
* 移动分区
* @param {number} uid
* @param {number} tagid 关注分区的ID
* @returns {Promise<number>}
* - 成功 0
* - 失败 1
* - 成功 0
* - 失败 1
*/
async movePartition(uid, tagid) {
const responseText = await post({
@@ -746,7 +763,7 @@ const bili_client = {
contents: {
fids: uid,
tagids: tagid,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
});
/* 重复移动code also equal 0 */
@@ -754,7 +771,7 @@ const bili_client = {
log.info('移动分区', 'up主分区移动成功');
return 0;
} else {
log.error('移动分区', `up主分区移动失败分区 可于设置处关闭移动分区\n${responseText}`);
log.error('移动分区', `up主分区移动失败\n${responseText}`);
return 1;
}
},
@@ -774,7 +791,7 @@ const bili_client = {
fid: uid,
act: 2,
re_src: 0,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
@@ -790,7 +807,7 @@ const bili_client = {
* 动态自动点赞
* @param {string} dyid
* @returns {Promise<number>}
* - 成功 0
* - 成功 0
* - 未知错误 1
* - 点赞异常 2
* - 点赞频繁 3
@@ -802,10 +819,10 @@ const bili_client = {
responseText = await post({
url: API.DYNAMIC_LIKE_THUMB,
contents: {
uid: GlobalVar.get('myUID'),
uid: GlobalVar.get("myUID"),
dynamic_id: dyid,
up: 1,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
@@ -839,17 +856,16 @@ const bili_client = {
* @param {string} [msg]
* 动态的ID
* @returns {Promise<number>}
* - 成功 0
* - 未知错误 1
* - 该动态不能转发分享 2
* - 请求数据发生错误,请刷新或稍后重试 3
* - 操作太频繁了,请稍后重试 4
* - 源动态禁止转发 5
* - 成功 0
* - 未知错误 1
* - 该动态不能转发分享 2
* - 请求数据发生错误,请刷新或稍后重试 3
* - 操作太频繁了,请稍后重试 4
*/
async autoRelay(uid, dyid, msg = '转发动态', ctrl = '[]') {
const len = msg.length;
if (len > 233) {
msg = msg.slice(0, 233 - len);
msg = msg.slice(0, 233 - len)
}
const
responseText = await post({
@@ -862,7 +878,7 @@ const bili_client = {
dynamic_id: dyid,
content: msg,
ctrl,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
@@ -879,9 +895,6 @@ const bili_client = {
case 1101008:
log.warn('转发动态', '操作太频繁了,请稍后重试');
return 4;
case 4126117:
log.warn('转发动态', '源动态禁止转发');
return 5;
default:
log.error('转发动态', `未知错误\n${responseText}`);
return 1;
@@ -889,17 +902,17 @@ const bili_client = {
},
/**
* 预约抽奖
* @param {string} reserve_id
* @returns
* @param {number} reserve_id
* @returns
*/
async reserve_lottery(reserve_id) {
const
responseText = await post({
url: API.DYNAMIC_MIX_RESERVE_ATTACH_CARD_BUTTON,
contents: {
cur_btn_status: '1',
cur_btn_status: "1",
reserve_id,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
@@ -927,25 +940,25 @@ const bili_client = {
async createDynamic(content) {
let
contents = {
csrf: GlobalVar.get('csrf'),
csrf: GlobalVar.get("csrf"),
extension: '{"emoji_type":1,"from":{"emoji_type":1},"flag_cfg":{}}',
},
url = '';
if (content instanceof Array) {
url = API.DYNAMIC_SVR_CREATE_DRAW;
url = API.DYNAMIC_SVR_CREATE_DRAW
contents = {
...contents,
biz: 3,
category: 3,
pictures: JSON.stringify(content)
};
}
} else {
url = API.DYNAMIC_SVR_CREATE;
url = API.DYNAMIC_SVR_CREATE
contents = {
...contents,
type: 4,
content,
};
}
}
const responseText = await post({
url,
@@ -953,10 +966,10 @@ const bili_client = {
});
if (/^{"code":0/.test(responseText)) {
log.info('发布动态', `成功创建一条随机内容的动态\n${JSON.stringify(content)}\n`);
return false;
return false
} else {
log.error('发布动态', `发布动态失败\n${JSON.stringify(content)}\n${responseText}`);
return true;
return true
}
},
_getTopRcmd: new Line('获取推荐', [
@@ -971,7 +984,7 @@ const bili_client = {
if (res.code === 0) {
return [false, res.data.item.map(it => {
return [it.owner.mid, it.id];
}), '成功'];
}), "成功"];
} else {
return [true, [], `获取推荐失败\n${responseText}`];
}
@@ -981,7 +994,7 @@ const bili_client = {
* @returns {Promise<Array<[number, number]>>}
*/
async getTopRcmd() {
return this._getTopRcmd.run();
return this._getTopRcmd.run()
},
/**
* 分享视频
@@ -994,26 +1007,26 @@ const bili_client = {
responseText = await post({
url: API.DYNAMIC_REPOST_SHARE,
contents: {
platform: 'pc',
platform: "pc",
uid,
type: 8,
content: '分享视频',
content: "分享视频",
repost_code: 20000,
rid: aid,
csrf_token: GlobalVar.get('csrf')
csrf_token: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
switch (res.code) {
case 0:
log.info('转发视频', `成功转发视频(av${aid})`);
return false;
return false
case 1101015:
log.warn('转发视频', `该动态不能转发分享(av${aid})`);
return false;
return false
default:
log.error('转发视频', `转发失败\n${responseText}`);
return true;
return true
}
},
/**
@@ -1026,7 +1039,7 @@ const bili_client = {
url: API.DYNAMIC_SVR_RM_DYNAMIC,
contents: {
dynamic_id: dyid,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
},
config: {
retry: false
@@ -1046,16 +1059,15 @@ const bili_client = {
* cid_str
* @param {string} msg
* @param {number} type
* @param {string} code
* 1(视频)
* 11(有图)
* 17(无图)
* @returns {Promise<number|string>}
* @returns {Promise<number>}
* - 成功 0
* - 未知错误 1
* - 原动态已删除 2
* - 评论区已关闭 3
* - 需要输入验证码 4 -> url
* - 需要输入验证码 4
* - 已被对方拉入黑名单 5
* - 黑名单用户无法互动 6
* - UP主已关闭评论区 7
@@ -1063,9 +1075,8 @@ const bili_client = {
* - 重复评论 9
* - 帐号未登录 10
* - 关注UP主7天以上的人可发评论 11
* - 验证码错误 12
*/
async sendChat(rid, msg, type, code) {
async sendChat(rid, msg, type) {
const
responseText = await post({
url: API.REPLY_ADD,
@@ -1073,8 +1084,7 @@ const bili_client = {
oid: rid,
type: type,
message: msg,
code,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
res = strToJson(responseText);
@@ -1090,9 +1100,9 @@ const bili_client = {
return 3;
case 12015:
log.error('自动评论', '需要输入验证码');
return res.data.url;
return 4;
case 12035:
log.error('自动评论', '已被对方拉入黑名单');
log.error('自动评论', `已被对方拉入黑名单`);
return 5;
case 12053:
log.error('自动评论', '黑名单用户无法互动');
@@ -1112,80 +1122,11 @@ const bili_client = {
case 12078:
log.error('自动评论', '关注UP主7天以上的人可发评论');
return 11;
case 12073:
log.error('自动评论', '验证码错误');
return 12;
default:
log.error('自动评论', `未知错误\n${responseText}`);
return 1;
}
},
/**
* 发送评论 自动识别验证码
* @param {string} rid
* cid_str
* @param {string} msg
* @param {number} type
* 1(视频)
* 11(有图)
* 17(无图)
* @returns {Promise<number>}
* - 成功 0
* - 未知错误 1
* - 原动态已删除 2
* - 评论区已关闭 3
* - 需要输入验证码 4 -> url
* - 已被对方拉入黑名单 5
* - 黑名单用户无法互动 6
* - UP主已关闭评论区 7
* - 评论内容包含敏感信息 8
* - 重复评论 9
* - 帐号未登录 10
* - 关注UP主7天以上的人可发评论 11
* - 验证码错误 12
*/
async sendChatWithOcr(rid, msg, type) {
let need_captcha = false;
let url = '';
let status = 0;
do {
if (need_captcha) {
const code = await ocr(url);
if (code) {
log.info('验证码识别', `${url} -> ${code}`);
status = await bili_client.sendChat(
rid,
msg,
type,
code
);
if (status === 0) {
need_captcha = false;
} else if (status === 12) {
need_captcha = true;
} else {
need_captcha = false;
}
} else {
log.error('验证码识别', '失败');
break;
}
} else {
url = await bili_client.sendChat(
rid,
msg,
type
);
if (typeof url === 'string'
&& hasEnv('ENABLE_CHAT_CAPTCHA_OCR')) {
need_captcha = true;
} else {
status = url;
}
}
} while (need_captcha);
return status;
},
/**
* 查询评论
* @param {*} rid
@@ -1204,14 +1145,14 @@ const bili_client = {
res = strToJson(responseText);
switch (res.code) {
case 0:
log.info('查询评论', '成功');
log.info('查询评论', `成功`);
try {
const upmid = res.data.upper.mid;
return res.data.replies
.filter(it => it.mid !== upmid)
.map(it => [it.member.uname, it.content.message]);
} catch (_) {
return [];
return []
}
default:
log.error('查询评论', `未知错误\n${responseText}`);
@@ -1219,14 +1160,14 @@ const bili_client = {
}
},
/**
* 检查分区
* 不存在指定分区时创建
* 获取到tagid添加为对象的属性
* 检查分区
* 不存在指定分区时创建
* 获取到tagid添加为对象的属性
* @param {string} [name]
* @returns {Promise<number>}
*/
async checkMyPartition(name) {
if (!name) name = '此处存放因抽奖临时关注的up';
if (!name) name = '此处存放因抽奖临时关注的up'
const
responseText = await get({
url: API.RELATION_TAGS
@@ -1266,7 +1207,7 @@ const bili_client = {
url: API.RELATION_TAG_CREATE,
contents: {
tag: partition_name,
csrf: GlobalVar.get('csrf')
csrf: GlobalVar.get("csrf")
}
}),
obj = strToJson(responseText);
@@ -1291,7 +1232,7 @@ const bili_client = {
responseText = await get({
url: API.RELATION_TAG,
query: {
mid: GlobalVar.get('myUID'),
mid: GlobalVar.get("myUID"),
tagid: tagid,
pn: n,
ps: 50
@@ -1313,4 +1254,4 @@ const bili_client = {
};
module.exports = bili_client;
module.exports = bili_client
+25 -25
View File
@@ -56,7 +56,7 @@ const DEFAULT_REDIRECT = false;
/**错误尝试次数 */
const DEFAULT_RETRY_TIMES = 6;
/**Google Chrome */
const DEFAULT_UA = process.env.ACCOUNT_UA || 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36';
const DEFAULT_UA = 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36';
/**默认url编码 */
const DEFAULT_CONTENT_TYPE = 'application/x-www-form-urlencoded; charset=UTF-8';
/**
@@ -69,7 +69,7 @@ function send(detail) {
const { method, url, stream, config, proxy, query, contents, headers, success, failure } = detail;
const { timeout, wait, retry, redirect, retry_times } = config;
const thisURL = new URL(url)
, content = formatContents(headers['content-type'], contents)
, content = formatContents(headers["content-type"], contents)
, request = (thisURL.protocol === 'https:') ? https_request : http_request;
/**
* @type {import("https").RequestOptions}
@@ -82,10 +82,10 @@ function send(detail) {
path: thisURL.pathname + thisURL.search + thisURL.hash,
headers,
};
if (!headers['user-agent']) options.headers['user-agent'] = DEFAULT_UA;
if (!headers["user-agent"]) options.headers["user-agent"] = DEFAULT_UA;
if (query) options.path += (thisURL.search ? '&' : '?') + stringify(query);
if (content) {
if (!headers['content-type']) options.headers['content-type'] = DEFAULT_CONTENT_TYPE;
if (!headers["content-type"]) options.headers["content-type"] = DEFAULT_CONTENT_TYPE;
options.headers['content-length'] = Buffer.byteLength(content, 'utf-8').toString();
}
if (proxy) {
@@ -93,28 +93,28 @@ function send(detail) {
? new HttpsProxyAgent(proxy.url)
: new HttpProxyAgent(proxy.url);
for (const ah of proxy.auth_headers) {
options.headers[ah[0]] = ah[1];
options.headers[ah[0]] = ah[1]
}
options.rejectUnauthorized = false;
options.rejectUnauthorized = false
}
const req = request(options, res => {
let protodata = '';
const { statusCode, headers } = res;
if (redirect && ~~(statusCode / 100) === 3) {
try {
detail.url = new URL(headers.location).href;
detail.url = new URL(headers.location).href
} catch (error) {
detail.url = new URL(thisURL.origin + headers.location).href;
detail.url = new URL(thisURL.origin + headers.location).href
}
console.log(`[重定向]状态码:${statusCode} location:${detail.url}`);
send(detail);
return;
send(detail)
return
}
if (stream) {
success({ headers: headers, resStream: res });
success({ headers: headers, resStream: res })
} else {
res.setEncoding(DEFAULT_DECODE)
.on('data', chunk => { protodata += chunk; })
.on('data', chunk => { protodata += chunk })
.on('error', async err => {
if (retry && retry_times) {
console.log(`[不期待响应]原因:${err.message} 尝试重新请求中...`);
@@ -122,18 +122,18 @@ function send(detail) {
detail.config.retry_times = retry_times - 1;
send(detail);
} else {
failure(`[响应错误]${err.message} 响应数据:\n${protodata}`);
failure(`[响应错误]${err.message} 响应数据:\n${protodata}`)
}
})
.on('end', () => {
if (statusCode < 400) {
success({ headers: headers, body: protodata });
success({ headers: headers, body: protodata })
} else {
res.emit('error', new Error(`HTTP状态码: ${statusCode}`));
res.emit('error', new Error(`HTTP状态码: ${statusCode}`))
}
});
})
}
});
})
req.on('error', async err => {
if (retry && retry_times) {
console.log(`[请求失败]原因:${err.message} 尝试重新连接中...`);
@@ -143,9 +143,9 @@ function send(detail) {
} else {
failure(`[请求失败]: ${err.message}`);
}
});
req.on('timeout', () => { req.destroy(new Error('请求超时')); });
req.end(content);
})
req.on('timeout', () => { req.destroy(new Error('请求超时')) })
req.end(content)
}
/**
@@ -173,10 +173,10 @@ function setDefault(detail) {
stream: false,
proxy: '',
headers: {},
success: (res) => { console.log(res.headers); },
failure: (err) => { console.log(err); },
success: (res) => { console.log(res.headers) },
failure: (err) => { console.log(err) },
...detail
};
}
detail.config = {
timeout: DEFAULT_TIMEOUT,
wait: DEFAULT_WAIT,
@@ -184,7 +184,7 @@ function setDefault(detail) {
redirect: DEFAULT_REDIRECT,
retry_times: DEFAULT_RETRY_TIMES,
...detail.config
};
}
return detail;
}
@@ -202,4 +202,4 @@ function delay(time) {
}
module.exports = { send };
module.exports = { send }
+31 -35
View File
@@ -1,6 +1,6 @@
const { send } = require('./net/http');
const { strToJson, download, try_for_each } = require('./utils');
const { version, checkVersion, log } = require('./utils');
const { send } = require('./net/http')
const { strToJson, download, try_for_each } = require('./utils')
const { version, checkVersion, log } = require('./utils')
const
platform = new Map([
@@ -25,7 +25,7 @@ function getLatestRelease(owner, repo) {
send({
url: `https://api.github.com/repos/${owner}/${repo}/releases/latest`,
headers: {
'accept': 'application/vnd.github.v3+json'
"accept": 'application/vnd.github.v3+json'
},
config: {
retry: false
@@ -33,15 +33,15 @@ function getLatestRelease(owner, repo) {
success: ({ body }) => {
const release = strToJson(body);
if (release.tag_name) {
resolve(release);
resolve(release)
} else {
reject(body);
reject(body)
}
},
failure: error => {
reject(error);
reject(error)
}
});
})
});
}
@@ -51,49 +51,45 @@ function getLatestRelease(owner, repo) {
*/
function checkPlatform(releases) {
return releases.includes(platform)
&& releases.includes(arch);
&& releases.includes(arch)
}
/**
* 半自动更新
* @param {boolean} isDdownload
*/
async function update(isDdownload) {
async function update() {
try {
const { tag_name, assets, body: text } = await getLatestRelease('shanmiteko', 'LotteryAutoScript');
const { tag_name, assets, body: text } = await getLatestRelease('shanmiteko', 'LotteryAutoScript')
if (checkVersion(version) < checkVersion(tag_name)) {
const download_url = assets
.filter(({ name }) => checkPlatform(name))
.map(({ browser_download_url }) => browser_download_url);
.map(({ browser_download_url }) => browser_download_url)
if (download_url.length) {
if (isDdownload) {
await try_for_each(download_url.entries(), async ([i, url]) => {
let proxy_url = 'https://mirror.ghproxy.com/';
proxy_url += url;
log.warn('自动下载', `切换代理${proxy_url}`);
await download(proxy_url, `latest_version${i}.zip`)
.catch(async err => {
log.error('自动下载', err);
proxy_url = url;
log.warn('自动下载', `使用原始链接${proxy_url}`);
await download(proxy_url, `latest_version${i}.zip`);
});
return false;
});
log.info('自动下载', '成功下载到当前目录');
log.info('检查更新', '请手动解压替换可执行文件');
}
log.info('更新说明', '\n' + text + '\n');
await try_for_each(download_url.entries(), async ([i, url]) => {
let proxy_url = "https://ghproxy.com/";
proxy_url += url
log.warn('自动下载', `切换代理${proxy_url}`)
await download(proxy_url, `latest_version${i}.zip`)
.catch(async err => {
log.error('自动下载', err)
proxy_url = url
log.warn('自动下载', `使用原始链接${proxy_url}`)
await download(proxy_url, `latest_version${i}.zip`)
})
return false
})
log.info('自动下载', '成功下载到当前目录')
log.info('更新说明', '\n' + text + '\n')
} else {
throw `未找到能在此平台(${process.platform})-(${process.arch})上运行的版本,建议以源码运行`;
throw `未找到能在此平台(${process.platform})-(${process.arch})上运行的版本,建议以源码运行`
}
} else {
throw '当前已是最新版本';
throw '当前已是最新版本'
}
} catch (error) {
log.warn('更新脚本', error);
log.error('更新脚本', error)
}
}
module.exports = { update };
module.exports = { update }
+101 -115
View File
@@ -1,7 +1,7 @@
const chalk = require('chalk');
const fs = require('fs');
const path = require('path');
const { send } = require('./net/http');
const { send } = require("./net/http");
const { version } = require('../package.json');
/**
@@ -10,15 +10,13 @@ const { version } = require('../package.json');
const utils = {
version,
/**环境变量设置文件 */
env_file: path.join(process.cwd(), 'env.js'),
env_file: path.join(process.cwd(), "env.js"),
/**配置文件 */
config_file: path.join(process.cwd(), 'my_config.js'),
config_file: path.join(process.cwd(), "my_config.js"),
/**dyids存放目录 */
dyids_dir: path.join(process.cwd(), 'dyids'),
dyids_dir: path.join(process.cwd(), "dyids"),
/**lottery_info存放目录 */
lottery_info_dir: path.join(process.cwd(), 'lottery_info'),
/**本地抽奖信息存放目录 */
lottery_dyids: path.join(process.cwd(), 'lottery_dyids'),
lottery_info_dir: path.join(process.cwd(), "lottery_info"),
/**dyid长度 */
dyid_length: 18,
/**
@@ -29,7 +27,7 @@ const utils = {
* @returns {Number}
*/
checkVersion(version) {
return (version.match(/\d.*/)[0]).split('.').reduce((a, v, i) => a + (0.01 ** i) * Number(v), 0);
return (version.match(/\d.*/)[0]).split('.').reduce((a, v, i) => a + (0.01 ** i) * Number(v), 0)
},
/**
* 安全的将JSON字符串转为对象
@@ -43,16 +41,15 @@ const utils = {
if (typeof str === 'string') {
try {
const obj = JSON.parse(str);
return typeof obj === 'object' ? obj : false;
} catch (e) {
utils.log.error('json解析', e + '\n' + params);
return typeof obj === 'object' ? obj : false
} catch (_) {
return false;
}
} else {
return false;
}
})(params);
return isJSON ? isJSON : {};
return isJSON ? isJSON : {}
},
/**
* @template T
@@ -61,7 +58,7 @@ const utils = {
*/
async try_for_each(iter, fn) {
for (const item of iter) {
if (await fn(item)) break;
if (await fn(item)) break
}
},
/**
@@ -74,12 +71,12 @@ const utils = {
async retryfn(max_times, unexpected, fn) {
let ret = null;
for (let times = 0; times < max_times; times++) {
ret = await fn();
ret = await fn()
if (unexpected.includes(ret)) {
utils.log.warn('自动重试', `将在 ${times + 1} 分钟后再次尝试(${times + 1}/${max_times})`);
await utils.delay(60 * 1000 * (times + 1));
utils.log.warn('自动重试', `将在 ${times + 1} 分钟后再次尝试(${times + 1}/${max_times})`)
await utils.delay(60 * 1000 * (times + 1))
} else {
break;
break
}
}
return ret;
@@ -123,10 +120,10 @@ const utils = {
let c = {
i: 0,
next: () => c.i++,
clear: () => { c.i = 0; },
clear: () => { c.i = 0 },
value: () => c.i
};
return c;
}
return c
},
/**
* 无限序列
@@ -134,7 +131,7 @@ const utils = {
*/
*infiniteNumber() {
for (let index = 0; ; index++) {
yield index;
yield index
}
},
/**
@@ -148,7 +145,7 @@ const utils = {
if (Array.isArray(arr) && arr.length) {
RandomOne = arr[parseInt(Math.random() * arr.length)];
}
return RandomOne;
return RandomOne
},
/**
* FisherYates shuffle洗牌
@@ -173,9 +170,9 @@ const utils = {
return key_words.reduce((acc, word) => {
word.startsWith('~')
? RegExp(word.slice(1)).test(text) && (acc = false)
: RegExp(word).test(text) && (acc = true);
return acc;
}, false);
: RegExp(word).test(text) && (acc = true)
return acc
}, false)
},
/**
* 是否有指定环境变量
@@ -207,16 +204,16 @@ const utils = {
*/
proPrint(msg, split = ' ') {
if (msg instanceof Array) {
msg = msg.join(split);
msg = msg.join(split)
}
console.log(msg);
console.log(msg)
},
/**
* @param {Array<string>} msg
* @returns
*/
rainbow(msg) {
this.proPrint(msg.map(it => it.split('').map(l => chalk.hex('#89cff0')(l)).join('')), '\n');
this.proPrint(msg.map(it => it.split('').map(l => chalk.hex("#89cff0")(l)).join('')), '\n')
},
/**
* @param {number} done
@@ -226,81 +223,58 @@ const utils = {
progress_bar(done, total, size = 30) {
let perc = done >= total ? 1 : done / total,
bar = ~~(perc * size),
status_bar = `\r[${'='.repeat(bar) + '>' + ' '.repeat(size - bar)}] ${(perc * 100 + ' ').slice(0, 4)}%`;
process.stdout.write(status_bar);
status_bar = `\r[${"=".repeat(bar) + ">" + " ".repeat(size - bar)}] ${(perc * 100 + ' ').slice(0, 4)}%`
process.stdout.write(status_bar)
},
debug(context, msg) {
if (this._level > 3) {
if (msg instanceof Object) msg = JSON.stringify(msg, null, 4);
let color_text_pair = [
[this._colors[0], `[${this._iso_time()}]`],
[this._colors[1], '[Debug]'],
[this._colors[2], `[帐号${process.env['NUMBER']} ${context}]`],
[this._colors[1], "[Debug]"],
[this._colors[2], `[帐号${process.env["NUMBER"]} ${context}]`],
[this._colors[3], `[\n${msg}\n]`],
];
this.proPrint(color_text_pair.map(([color, text]) => color(text)));
this.proPrint(color_text_pair.map(([color, text]) => color(text)))
}
},
info(context, msg) {
if (this._level > 2) {
let color_text_pair = [
[this._colors[0], `[${this._iso_time()}]`],
[this._colors[1], '[Info]'],
[this._colors[2], `[帐号${process.env['NUMBER']} ${context}]`],
[this._colors[1], "[Info]"],
[this._colors[2], `[帐号${process.env["NUMBER"]} ${context}]`],
[this._colors[4], `[${msg}]`],
];
this._cache.push(color_text_pair.map(it => it[1]).join(' '));
this.proPrint(color_text_pair.map(([color, text]) => color(text)));
this.proPrint(color_text_pair.map(([color, text]) => color(text)))
}
},
warn(context, msg) {
if (this._level > 1) {
let color_text_pair = [
[this._colors[0], `[${this._iso_time()}]`],
[this._colors[1], '[Warn]'],
[this._colors[2], `[帐号${process.env['NUMBER']} ${context}]`],
[this._colors[1], "[Warn]"],
[this._colors[2], `[帐号${process.env["NUMBER"]} ${context}]`],
[this._colors[5], `[\n${msg}\n]`],
];
this._cache.push(color_text_pair.map(it => it[1]).join(' '));
this.proPrint(color_text_pair.map(([color, text]) => color(text)));
this.proPrint(color_text_pair.map(([color, text]) => color(text)))
}
},
error(context, msg) {
if (this._level > 0) {
let color_text_pair = [
[this._colors[0], `[${this._iso_time()}]`],
[this._colors[1], '[Error]'],
[this._colors[2], `[帐号${process.env['NUMBER']} ${context}]`],
[this._colors[1], "[Error]"],
[this._colors[2], `[帐号${process.env["NUMBER"]} ${context}]`],
[this._colors[6], `[\n${msg}\n]`],
];
this._cache.push(color_text_pair.map(it => it[1]).join(' '));
this.proPrint(color_text_pair.map(([color, text]) => color(text)));
this.proPrint(color_text_pair.map(([color, text]) => color(text)))
}
}
},
/**
* 验证码识别
* @param {string} url
* @returns {Promise<string>}
*/
ocr(url) {
return new Promise((resolve) => {
send({
method: 'POST',
url: process.env['CHAT_CAPTCHA_OCR_URL'] || 'http://127.0.0.1:9898/ocr/url/text',
headers: {
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
},
contents: { url },
success: res => {
resolve(res.body);
},
failure: () => {
resolve(null);
}
});
});
},
/**
* 下载文件
* @param {string} url
@@ -317,28 +291,57 @@ const utils = {
retry: false
},
success: ({ headers, resStream }) => {
const total_len = Number(headers['content-length']) || 16000000;
const total_len = Number(headers["content-length"]) || 16000000;
let recv_length = 0;
const wtbs = fs.createWriteStream(file_name);
resStream.on('data', chuck => {
recv_length += chuck.length;
utils.log.progress_bar(recv_length, total_len);
});
resStream.pipe(wtbs);
recv_length += chuck.length
utils.log.progress_bar(recv_length, total_len)
})
resStream.pipe(wtbs)
wtbs.on('finish', () => {
utils.log.proPrint('下载完成');
resolve();
utils.log.proPrint('下载完成')
resolve()
}).on('error', error => {
wtbs.destroy();
reject(error);
});
wtbs.destroy()
reject(error)
})
},
failure: error => {
reject(error);
reject(error)
}
});
})
});
},
/**
* 获取远程设置
* @returns {Promise<JSON>}
*/
getRemoteConfig() {
return new Promise((resolve) => {
send({
method: 'GET',
url: 'https://gitee.com/shanmite/lottery-notice/raw/master/notice.json',
headers: {
'user-agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36',
},
success: res => {
try {
const body = JSON.parse(Buffer.from(res.body, "base64").toString());
if (body.node_msg) utils.log.info('公告', '\n' + body.node_msg + '\n');
resolve(body.config)
} catch (error) {
utils.log.error('获取远程设置', '获取远程设置错误: ' + error);
resolve({})
}
},
failure: err => {
utils.log.error('获取远程设置', '获取远程设置错误: ' + err);
resolve({})
}
})
})
},
/**
* 是否存在文件或目录
* @param {string} path
@@ -346,11 +349,11 @@ const utils = {
*/
hasFileOrDir(path) {
try {
fs.accessSync(path, fs.constants.F_OK);
fs.accessSync(path, fs.constants.F_OK)
} catch (_) {
return false;
return false
}
return true;
return true
},
/**
* 生成文件夹
@@ -361,10 +364,10 @@ const utils = {
return new Promise((resolve) => {
fs.stat(dirname, (err) => {
if (err) {
fs.mkdirSync(dirname);
fs.mkdirSync(dirname)
}
resolve();
});
resolve()
})
});
},
/**
@@ -381,18 +384,17 @@ const utils = {
return new Promise((resolve, rejects) => {
fs.open(fpath, flag, (err, fd) => {
if (err) {
rejects(err);
rejects(err)
} else {
fs.write(fd, buffer, 0, buffer.length, 0, err => {
fs.close(fd);
if (err) {
rejects(err);
rejects(err)
} else {
resolve();
}
});
})
}
});
})
});
},
/**
@@ -402,7 +404,7 @@ const utils = {
*/
readDyidFile(num) {
const fpath = num < 2 ? path.join(utils.dyids_dir, 'dyid.txt') : path.join(utils.dyids_dir, `dyid${num}.txt`);
return fs.createReadStream(fpath, { encoding: 'utf8', highWaterMark: (utils.dyid_length + 1) * 1000 });
return fs.createReadStream(fpath, { encoding: 'utf8', highWaterMark: (utils.dyid_length + 1) * 1000 })
},
/**
* 追加dyid
@@ -411,7 +413,7 @@ const utils = {
*/
writeDyidFile(num) {
const fpath = num < 2 ? path.join(utils.dyids_dir, 'dyid.txt') : path.join(utils.dyids_dir, `dyid${num}.txt`);
return fs.createWriteStream(fpath, { flags: 'a' });
return fs.createWriteStream(fpath, { flags: 'a' })
},
/**
* 追加lotteryinfo
@@ -422,17 +424,17 @@ const utils = {
async appendLotteryInfoFile(from, lottery_info) {
let all_lottery_info = {};
try {
all_lottery_info = utils.strToJson(fs.readFileSync(path.join(utils.lottery_info_dir, `lottery_info_${Number(process.env.NUMBER)}.json`)).toString());
all_lottery_info = utils.strToJson(fs.readFileSync(path.join(utils.lottery_info_dir, `lottery_info_${Number(process.env.NUMBER)}.json`)).toString())
} catch (_) {
all_lottery_info = {};
all_lottery_info = {}
}
await utils.createDir(utils.lottery_info_dir);
if (all_lottery_info[from] instanceof Array) {
all_lottery_info[from].push(...lottery_info);
all_lottery_info[from].push(...lottery_info)
} else {
all_lottery_info[from] = lottery_info;
all_lottery_info[from] = lottery_info
}
await utils.createFile(utils.lottery_info_dir, `lottery_info_${Number(process.env.NUMBER)}.json`, JSON.stringify(all_lottery_info), 'w');
await utils.createFile(utils.lottery_info_dir, `lottery_info_${Number(process.env.NUMBER)}.json`, JSON.stringify(all_lottery_info), "w")
},
/**
* 读取lottery_info
@@ -443,12 +445,12 @@ const utils = {
return new Promise((resolve) => {
fs.readFile(path.join(utils.lottery_info_dir, filename), (err, data) => {
if (err) {
resolve([]);
resolve([])
} else {
let all_lottery_info = utils.strToJson(data.toString('utf8'));
resolve(Object.values(all_lottery_info).flat());
resolve(Object.values(all_lottery_info).flat())
}
});
})
});
},
/**
@@ -456,23 +458,7 @@ const utils = {
*/
async clearLotteryInfo() {
await utils.createDir(utils.lottery_info_dir);
await utils.createFile(utils.lottery_info_dir, `lottery_info_${Number(process.env.NUMBER)}.json`, '{}', 'w');
},
/**
* 获取含抽奖dyids
* @param {string} filename
* @returns {Promise<Array<String>>}
*/
getLocalLotteryTxt(filename) {
return new Promise((resolve) => {
fs.readFile(path.join(utils.lottery_dyids, filename), (err, data) => {
if (err) {
resolve([]);
} else {
resolve(data.toString('utf8').split(/[^0123456789]+/));
}
});
});
await utils.createFile(utils.lottery_info_dir, `lottery_info_${Number(process.env.NUMBER)}.json`, "{}", "w")
}
};
+44 -67
View File
@@ -1,24 +1,21 @@
const { version: ve, env_file, config_file, log, hasEnv, delay, hasFileOrDir, clearLotteryInfo } = require('./lib/utils');
const { version: ve, env_file, config_file, log, hasEnv, delay, hasFileOrDir, clearLotteryInfo } = require("./lib/utils");
const metainfo = [
' _ _ _ _____ _ _ ',
' | | | | | | / ____| (_) | | ',
' | | ___ | |_| |_ ___ _ __ _ _| (___ ___ _ __ _ _ __ | |_ ',
' | | / _ \\| __| __/ _ \\ \'__| | | |\\___ \\ / __| \'__| | \'_ \\| __|',
' | |___| (_) | |_| || __/ | | |_| |____) | (__| | | | |_) | |_ ',
' |______\\___/ \\__|\\__\\___|_| \\__, |_____/ \\___|_| |_| .__/ \\__|',
' __/ | | | ',
' |___/ |_| ',
' ',
` _ _ _ _____ _ _ `,
` | | | | | | / ____| (_) | | `,
` | | ___ | |_| |_ ___ _ __ _ _| (___ ___ _ __ _ _ __ | |_ `,
` | | / _ \\| __| __/ _ \\ '__| | | |\\___ \\ / __| '__| | '_ \\| __|`,
` | |___| (_) | |_| || __/ | | |_| |____) | (__| | | | |_) | |_ `,
` |______\\___/ \\__|\\__\\___|_| \\__, |_____/ \\___|_| |_| .__/ \\__|`,
` __/ | | | `,
` |___/ |_| `,
` `,
` This: v${ve} Nodejs: ${process.version} Written By shanmite`,
];
]
/**多账号存储 */
let multiple_account = [];
/**循环等待时间 */
let loop_wait = 0;
/**账号状态标记 1正常 -1失效 */
// eslint-disable-next-line no-unused-vars
let ck_flag = 0;
/**
* @returns {Promise<string>} 错误信息
@@ -37,42 +34,36 @@ async function main() {
process.env.NUMBER = acco.NUMBER;
process.env.CLEAR = acco.CLEAR;
process.env.NOTE = acco.NOTE;
process.env.ACCOUNT_UA = acco.ACCOUNT_UA;
const err_msg = await main();
if (err_msg) {
return err_msg;
return err_msg
} else {
if (ck_flag === 1) {
await delay(acco.WAIT);
} else {
await delay(3 * 1000);
}
await delay(acco.WAIT);
}
}
/**多账号状态还原 */
process.env.ENABLE_MULTIPLE_ACCOUNT = ENABLE_MULTIPLE_ACCOUNT;
} else if (COOKIE) {
const global_var = require('./lib/data/global_var');
const global_var = require("./lib/data/global_var");
await global_var.init(COOKIE, NUMBER);
/**引入基础功能 */
const { start, isMe, clear, account, checkCookie, login } = require('./lib/index');
const { start, isMe, clear, checkCookie } = require("./lib/index");
log.info('main', '当前为第' + NUMBER + '个账号');
log._cache.length = 0;
log._cache.length = 0
const mode = process.env.lottery_mode;
const help_msg = '用法: lottery [OPTIONS]\n\nOPTIONS:\n\tstart 启动抽奖\n\tcheck 中奖检查\n\tacount 查看帐号信息\n\tclear 清理动态和关注\n\tlogin 扫码登录更新CK\n\tupdate 检查更新\n\thelp 帮助信息';
if (await checkCookie(NUMBER)) {
const { lottery_loop_wait, check_loop_wait, clear_loop_wait, save_lottery_info_to_file } = require('./lib/data/config');
ck_flag = 1;
const mode = process.env.lottery_mode;
const help_msg = "用法: lottery [OPTIONS]\n\nOPTIONS:\n\tstart 启动抽奖\n\tcheck 中奖检查\n\tclear 清理动态和关注\n\tupdate 检查更新\n\thelp 帮助信息";
const { lottery_loop_wait, check_loop_wait, clear_loop_wait, save_lottery_info_to_file } = require("./lib/data/config");
switch (mode) {
case 'start':
log.info('抽奖', '开始运行');
loop_wait = lottery_loop_wait;
if (save_lottery_info_to_file) {
await clearLotteryInfo();
await clearLotteryInfo()
}
await start(NUMBER);
break;
@@ -88,31 +79,19 @@ async function main() {
await clear();
}
break;
case 'login':
log.info('登录状态', '正常,跳过扫码');
break;
case 'help':
return help_msg;
case 'account':
log.info('检查帐号信息', '开始运行');
await account();
break;
return help_msg
case undefined:
return '未提供以下参数\n\t[OPTIONS]\n\n' + help_msg;
return "未提供以下参数\n\t[OPTIONS]\n\n" + help_msg
default:
return `提供了错误的[OPTIONS] -> ${mode}\n\n` + help_msg;
return `提供了错误的[OPTIONS] -> ${mode}\n\n` + help_msg
}
} else {
log.error('Cookie已失效', '切换账号时不要点击退出账号而应直接删除Cookie退出');
ck_flag = -1;
if (mode === 'login') {
log.info('登陆', '开始扫码');
await login(NUMBER);
await delay(1000);
}
log.error('Cookie已失效', '切换账号时不要点击退出账号而应直接删除Cookie退出')
return
}
} else {
return '请查看README文件, 在env.js指定位置填入cookie';
return '请查看README文件, 在env.js指定位置填入cookie'
}
}
@@ -123,7 +102,7 @@ async function main() {
function initEnv() {
if (hasFileOrDir(env_file)) {
const
env = require('./lib/data/env'),
env = require("./lib/data/env"),
multiple_account_parm = env.get_multiple_account();
if (multiple_account_parm) {
@@ -139,10 +118,10 @@ function initEnv() {
} else {
log.init();
log.error('环境变量初始化', '未在当前目录下找到env.js文件或者在环境变量中设置所需参数');
return true;
return true
}
return false;
return false
}
/**
@@ -151,32 +130,30 @@ function initEnv() {
*/
function initConfig() {
if (hasFileOrDir(config_file)) {
const config = require('./lib/data/config');
const config = require("./lib/data/config");
config.init();
log.info('配置文件初始化', '成功加载my_config.js文件');
} else {
log.error('配置文件初始化', '未在当前目录下找到my_config.js文件');
return true;
return true
}
return false;
return false
}
(async function () {
log.rainbow(metainfo);
log.rainbow(metainfo)
if (initEnv() || initConfig()) return;
/**OPTIONS */
process.env.lottery_mode = process.argv[2];
process.env.lottery_mode = process.argv[2]
log.info('检查更新', '开始');
if (process.env.lottery_mode === 'update') {
await require('./lib/update').update(true);
return;
} else {
await require('./lib/update').update(false);
if (process.env.lottery_mode === "update") {
log.info('检查更新', '开始')
await require("./lib/update").update()
log.info('检查更新', '请手动解压替换可执行文件')
return
}
const err_msg = await main();
@@ -186,13 +163,13 @@ function initConfig() {
await delay(5 * 1000);
} else {
while (loop_wait) {
log.info('程序休眠', `${loop_wait / 1000}秒后再次启动`);
await delay(loop_wait);
log.info('程序休眠', `${loop_wait / 1000}秒后再次启动`)
await delay(loop_wait)
if (initEnv() || initConfig()) return;
await main();
await main()
}
log.info('结束运行', '未在my_config.js中设置休眠时间');
log.info('结束运行', '未在config.js中设置休眠时间')
}
process.exit(0);
})();
})()
+18 -26
View File
@@ -49,13 +49,7 @@ module.exports = Object.freeze({
* @example
* ["file://lottery_info_1.json"]
*/
APIs: ['file://lottery_info_1.json'],
/**
* lottery_dyids目录下抽奖动态文件名(如dyids.txt)
* 一行一个dyids(非数字字符分割即可)
*/
TxT: ['dyids.txt'],
APIs: ["file://lottery_info_1.json"],
/**
* 抽奖参与顺序组合
@@ -63,7 +57,6 @@ module.exports = Object.freeze({
* * 1 - TAGs
* * 2 - Articles
* * 3 - APIs
* * 4 - TxT
* @example
* [3,2,1,0]
* [1,2,1,2,1]
@@ -79,15 +72,15 @@ module.exports = Object.freeze({
* API发送数据类型 {LotteryInfo[]}
* 上传抽奖信息的链接字符串
*/
set_lottery_info_url: '',
set_lottery_info_url: "",
/**
* 动态中的关键词(表示须同时满足以下条件)
* 符合js正则表达式的字符串
*/
key_words: [
'[抽奖送揪]|福利',
'[转关评粉]|参与'
"[抽奖送揪]|福利",
"[转关评粉]|参与"
],
/**
@@ -310,10 +303,16 @@ module.exports = Object.freeze({
*/
blacklist: '',
/**
* - 自动同步 https://gitee.com/shanmite/lottery-notice/raw/master/notice.json
* - 使用公共黑名单
*/
use_public_blacklist: true,
/**
* 屏蔽词
*/
blockword: ['脚本', '抽奖号', '钓鱼'],
blockword: ["脚本", "抽奖号", "钓鱼"],
/**
* 转发并评论
@@ -349,7 +348,7 @@ module.exports = Object.freeze({
/**
* 热评屏蔽词
*/
copy_blockword: ['三不原则'],
copy_blockword: ["三不原则"],
/**
* - 抽奖UP用户分组id(网页端点击分区后地址栏中的tagid)
@@ -379,10 +378,10 @@ module.exports = Object.freeze({
* - 优先级递增
*/
notice_key_words: [
'~预约成功|预约主题',
'中奖|获得|填写|写上|提供|收货地址|支付宝账号|码|大会员',
'~你的账号在新设备或平台登录成功',
'~你预约的直播已开始'
"~预约成功|预约主题",
"中奖|获得|填写|写上|提供|收货地址|支付宝账号|码|大会员",
"~你的账号在新设备或平台登录成功",
"~你预约的直播已开始"
],
/**
@@ -419,13 +418,6 @@ module.exports = Object.freeze({
*/
clear_quick_remove_attention: false,
/**
* - 快速移除关注
* - 不加判断只去除关注
* - 移除粉丝数小于指定数量的
*/
clear_quick_remove_attention_fans_number_smallest: Infinity,
/**
* 是否移除动态
*/
@@ -437,7 +429,7 @@ module.exports = Object.freeze({
clear_remove_attention: true,
/**
* 清除延时(毫秒)
* 清除动态延时(毫秒)
*/
clear_remove_delay: 8000,
@@ -490,4 +482,4 @@ module.exports = Object.freeze({
},
config_2: {},
config_3: {}
});
})
+3 -9
View File
@@ -1,21 +1,16 @@
{
"name": "lottery-auto-script",
"version": "2.9.3",
"version": "2.7.11",
"description": "自动参与B站动态抽奖",
"main": "main.js",
"scripts": {
"login": "node main.js login",
"start": "node main.js start",
"test": "node test/index.js",
"clear": "node main.js clear",
"check": "node main.js check",
"update": "node main.js update",
"account": "node main.js account",
"help": "node main.js help",
"pkg": "bash script/build/pkg.sh",
"changelog": "bash script/build/changelog.sh",
"lint": "npx eslint lib/ test/ *.js",
"lint-fix": "npx eslint lib/ test/ *.js --fix"
"changelog": "bash script/build/changelog.sh"
},
"files": [
"lib",
@@ -49,7 +44,6 @@
"chalk": "^4.1.2",
"http-proxy-agent": "^7.0.0",
"https-proxy-agent": "^7.0.0",
"nodemailer": "^6.7.0",
"@catlair/blogin": "^0.0.8"
"nodemailer": "^6.7.0"
}
}
+5 -6
View File
@@ -12,8 +12,7 @@ TARGET_DIR="dist"
BIN_NAME="lottery"
create_win_bat() {
echo "set NODE_SKIP_PLATFORM_CHECK=1" >>$2
echo "lottery $1 & pause" >>$2
echo "@echo off && lottery $1 && pause"
}
if [ -d "$TARGET_DIR" ]; then
@@ -28,12 +27,12 @@ mkdir -p $TARGET_DIR
npm install
if [[ "$1" == *"arm"* ]]; then
OUTFILE="$TARGET_DIR/lottery-auto-script-$1"
OUTFILE="$TARGET_DIR/lottery-auto-script-node18-$1"
sudo podman run --rm --privileged multiarch/qemu-user-static --reset -p yes
podman run -it \
--rm \
-v ${PWD}:/root/lottery \
shanmite/pkg-arm64 -t "node18-$1" -o "$OUTFILE" .
shanmite/pkg-arm64 -t "node18.5.0-$1" -o "$OUTFILE" .
elif [[ "$1" == *"x64"* ]]; then
OUTFILE="$TARGET_DIR/lottery-auto-script-$1"
npx pkg -t "$1" -o "$OUTFILE" .
@@ -50,9 +49,9 @@ for file in "$TARGET_DIR/"*; do
cp $TEMPLATE_CONFIG_FILE "$TMPDIR.d/$CONFIG_FILE"
cp $TEMPLATE_ENV_FILE "$TMPDIR.d/$ENV_FILE"
if [ "$(echo $file | grep '.exe')" ]; then
BATS=("start" "check" "clear" "account" "update" "login")
BATS=("start" "check" "clear" "update")
for item in "${BATS[@]}"; do
create_win_bat "${item}" "$TMPDIR.d/$item.bat"
create_win_bat "${item}" >"$TMPDIR.d/$item.bat"
done
mv "$TMPDIR.d/$BIN_NAME" "$TMPDIR.d/$BIN_NAME.exe"
else
+6 -54
View File
@@ -8,7 +8,7 @@ PACKAGE_UPDATE=("! apt-get update && apt-get --fix-broken install -y && apt-get
PACKAGE_INSTALL=("apt-get -y install" "apt-get -y install" "yum -y install" "yum -y install" "yum -y install" "pacman -Sy --noconfirm --needed")
PACKAGE_REMOVE=("apt-get -y remove" "apt-get -y remove" "yum -y remove" "yum -y remove" "yum -y remove" "pacman -Rsc --noconfirm")
PACKAGE_UNINSTALL=("apt-get -y autoremove" "apt-get -y autoremove" "yum -y autoremove" "yum -y autoremove" "yum -y autoremove" "")
CMD=("$(grep -i pretty_name /etc/os-release 2>/dev/null | cut -d \" -f2)" "$(hostnamectl 2>/dev/null | grep -i system | cut -d : -f2)" "$(lsb_release -sd 2>/dev/null)" "$(grep -i description /etc/lsb-release 2>/dev/null | cut -d \" -f2)" "$(grep . /etc/redhat-release 2>/dev/null)" "$(grep . /etc/issue 2>/dev/null | cut -d \\ -f1 | sed '/^[ ]*$/d')" "$(grep -i pretty_name /etc/os-release 2>/dev/null | cut -d \" -f2)")
CMD=("$(grep -i pretty_name /etc/os-release 2>/dev/null | cut -d \" -f2)" "$(hostnamectl 2>/dev/null | grep -i system | cut -d : -f2)" "$(lsb_release -sd 2>/dev/null)" "$(grep -i description /etc/lsb-release 2>/dev/null | cut -d \" -f2)" "$(grep . /etc/redhat-release 2>/dev/null)" "$(grep . /etc/issue 2>/dev/null | cut -d \\ -f1 | sed '/^[ ]*$/d')" "$(grep -i pretty_name /etc/os-release 2>/dev/null | cut -d \" -f2)")
SYS="${CMD[0]}"
[[ -n $SYS ]] || exit 1
for ((int = 0; int < ${#REGEX[@]}; int++)); do
@@ -19,12 +19,12 @@ for ((int = 0; int < ${#REGEX[@]}; int++)); do
done
if ! systemctl is-active docker >/dev/null 2>&1; then
if [ $SYSTEM = "CentOS" ]; then
${PACKAGE_INSTALL[int]} yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo &&
${PACKAGE_INSTALL[int]} docker-ce docker-ce-cli containerd.io
systemctl enable --now docker
${PACKAGE_INSTALL[int]} yum-utils
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo &&
${PACKAGE_INSTALL[int]} docker-ce docker-ce-cli containerd.io
systemctl enable --now docker
else
${PACKAGE_INSTALL[int]} docker.io
${PACKAGE_INSTALL[int]} docker.io
fi
fi
@@ -82,7 +82,6 @@ if [[ -z "\$(docker ps -a | grep \$NAME)" ]]; then
docker run \\
-v $PWD/$ENV_FILE:/lottery/$ENV_FILE \\
-v $PWD/$CONFIG_FILE:/lottery/$CONFIG_FILE \\
--network host \\
--name \$NAME \\
$DOCKER_REPO \\
start
@@ -104,7 +103,6 @@ if [[ -z "\$(docker ps -a | grep \$NAME)" ]]; then
docker run \\
-v $PWD/$ENV_FILE:/lottery/$ENV_FILE \\
-v $PWD/$CONFIG_FILE:/lottery/$CONFIG_FILE \\
--network host \\
--name \$NAME \\
$DOCKER_REPO \\
check
@@ -118,28 +116,6 @@ fi
EOF
chmod +x check.sh
echo "create account.sh"
cat >account.sh <<EOF
#!$(which env) bash
NAME=shanmite-lottery-account
if [[ -z "\$(docker ps -a | grep \$NAME)" ]]; then
docker run \\
-v $PWD/$ENV_FILE:/lottery/$ENV_FILE \\
-v $PWD/$CONFIG_FILE:/lottery/$CONFIG_FILE \\
--network host \\
--name \$NAME \\
$DOCKER_REPO \\
account
else
echo "container \$NAME already existed"
echo "history logs -> docker logs \$NAME"
echo "close this -> docker stop \$NAME"
echo "start \$NAME"
docker start \$NAME
fi
EOF
chmod +x account.sh
echo "create clear.sh"
cat >clear.sh <<EOF
#!$(which env) bash
@@ -148,7 +124,6 @@ if [[ -z "\$(docker ps -a | grep \$NAME)" ]]; then
docker run \\
-v $PWD/$ENV_FILE:/lottery/$ENV_FILE \\
-v $PWD/$CONFIG_FILE:/lottery/$CONFIG_FILE \\
--network host \\
--name \$NAME \\
$DOCKER_REPO \\
clear
@@ -169,7 +144,6 @@ NAME=shanmite-lottery-debug
echo "create temporary debug container"
docker run \\
-it \\
--network host \\
--name \$NAME \\
--entrypoint /bin/bash \\
$DOCKER_REPO -c bash
@@ -188,25 +162,3 @@ docker image rm -f shanmite/lottery_auto_docker
echo "see you next time!"
EOF
chmod +x remove_all.sh
echo "create login.sh"
cat >login.sh <<EOF
#!$(which env) bash
NAME=shanmite-lottery-login
if [[ -z "\$(docker ps -a | grep \$NAME)" ]]; then
docker run \\
-v $PWD/$ENV_FILE:/lottery/$ENV_FILE \\
-v $PWD/$CONFIG_FILE:/lottery/$CONFIG_FILE \\
--network host \\
--name \$NAME \\
$DOCKER_REPO \\
login
else
echo "container \$NAME already existed"
echo "history logs -> docker logs \$NAME"
echo "close this -> docker stop \$NAME"
echo "login \$NAME"
docker login \$NAME
fi
EOF
chmod +x login.sh
+1 -4
View File
@@ -2,7 +2,6 @@
set -e
NAME=LotteryAutoScript
BRABCH=main
# 视网络情况选择链接
GIT_REPO=https://github.com/shanmiteko/${NAME}.git
@@ -13,7 +12,7 @@ if [ -d "$NAME" ]; then
git pull
cd ..
else
git clone -b $BRABCH $GIT_REPO $NAME
git clone $GIT_REPO $NAME --depth=1
fi
if [ -f "$NAME/my_config.js" ]; then
@@ -39,8 +38,6 @@ EOF
create start
create check
create clear
create account
create login
cd $NAME
npm i
+17 -21
View File
@@ -1,55 +1,51 @@
const assert = require('assert');
const bili_client = require('../lib/net/bili');
const bili_client = require("../lib/net/bili");
const util = require('./util');
const { parseDynamicCard } = require('../lib/core/searcher');
(async () => {
assert.notEqual(await bili_client.getMyinfo(), null);
assert(await bili_client.getMyinfo());
await util.par_run([0, 3], [
await util.par_run([0, 1, 2, 3, 4, 5], [
// 0
async () => {
assert.equal((await bili_client.getTopRcmd()).length, 10);
assert.equal((await bili_client.getTopRcmd()).length, 10)
},
// 1
async () => {
assert.equal(await bili_client.sendChat(
parseDynamicCard(await bili_client.getOneDynamicByDyid('692193323569381399')).rid_str,
'test',
parseDynamicCard(await bili_client.getOneDynamicByDyid("692193323569381399")).rid_str,
"test",
11),
7
);
)
},
// 2
async () => {
assert.equal(await bili_client.sendChat(
parseDynamicCard(await bili_client.getOneDynamicByDyid('11229466874154064')).rid_str,
'test',
parseDynamicCard(await bili_client.getOneDynamicByDyid("11229466874154064")).rid_str,
"test",
1),
3
);
)
},
// 3
async () => {
assert.notEqual((await bili_client.searchArticlesByKeyword('专栏')).length, 0);
assert.notEqual((await bili_client.searchArticlesByKeyword("专栏")).length, 0)
},
// 4
async () => {
assert.notEqual(await bili_client.sendChat('703886913053917267', 't', 17), 1);
assert.notEqual(await bili_client.sendChat("703886913053917267", "t", 17), 1)
},
// 5
async () => {
assert(!await bili_client.createDynamic('1'));
assert(!await bili_client.createDynamic("1"))
},
// 6
async () => {
assert.equal(await bili_client.autolike('761391835139538967'), 4);
assert.equal(await bili_client.autolike("761391835139538967"), 4)
},
// 7
async () => {
assert(await bili_client.rmDynamic('835102428771647513'));
},
]);
])
console.log('api.test ... ok!');
})();
console.log("api.test ... ok!");
})()
+6 -6
View File
@@ -1,15 +1,15 @@
const assert = require('assert');
const bili_client = require('../lib/net/bili');
const bili_client = require("../lib/net/bili");
const util = require('./util');
(async () => {
await util.par_run([], [
await util.par_run([0], [
// 0
async () => {
let info = await bili_client.getOneArticleByCv(22112353);
let short_ids = [...new Set(info.match(/(?<=b23.tv\/)[a-zA-Z0-9]{7}/g) || [])];
assert.equal((await Promise.all(short_ids.map(bili_client.shortDynamicIdToDyid)))[0], '767357823884460033');
assert.equal((await Promise.all(short_ids.map(bili_client.shortDynamicIdToDyid)))[0], "767357823884460033");
},
]);
console.log('article.test ... ok!');
})();
])
console.log("article.test ... ok!");
})()
+28 -40
View File
@@ -1,68 +1,56 @@
const assert = require('assert');
const bili_client = require('../lib/net/bili');
const searcher = require('../lib/core/searcher');
const bili_client = require("../lib/net/bili");
const searcher = require("../lib/core/searcher");
const util = require('./util');
(async () => {
await util.par_run([0, 1, 2, 3, 4, 5, 6, 7, 8], [
await util.par_run([0, 1, 2, 3, 4, 5, 6], [
// 0
async () => {
let info = await bili_client.getOneDynamicByDyid('728424890210713624');
let info = await bili_client.getOneDynamicByDyid("728424890210713624");
assert(searcher.parseDynamicCard(info).is_charge_lottery);
},
// 1
async () => {
let info = await bili_client.getOneDynamicByDyid('768874900850999300');
let info = await bili_client.getOneDynamicByDyid("728455586333589522");
assert(searcher.parseDynamicCard(info).origin_is_charge_lottery);
},
// 2
async () => {
let card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid('746824225190314008'));
let chats = await bili_client.getChat(card.rid_str, card.chat_type);
assert(chats.length > 0 && typeof chats[0][0] == 'string');
let card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid("746824225190314008"));
let chats = await bili_client.getChat(card.rid_str, card.chat_type)
assert(chats.length > 0 && typeof chats[0][0] == "string")
},
// 3
async () => {
let card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid('900172162530279445'));
assert.equal(card.chat_type, 11);
card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid('926978638295859236'));
assert.equal(card.chat_type, 17);
assert.equal(card.origin_chat_type, 11);
let card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid("747169355882561625"));
assert(card.chat_type == 11)
card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid("747441158580338693"));
assert(card.chat_type == 17)
assert(card.origin_chat_type == 11)
},
// 4
async () => {
// assert.equal(await bili_client.getOneDynamicByDyid("111111111111111111"), undefined);
// assert.notEqual(await bili_client.getOneDynamicByDyid("746824225190314008"), undefined);
// assert.equal(await bili_client.getOneDynamicByDyid("761475750233636886"), undefined);
assert.equal(await bili_client.getOneDynamicByDyid("111111111111111111"), undefined);
assert.notEqual(await bili_client.getOneDynamicByDyid("746824225190314008"), undefined);
assert.equal(await bili_client.getOneDynamicByDyid("761475750233636886"), undefined);
},
// 5
async () => {
let card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid('762591475338838053'));
let chats = await bili_client.getChat(card.rid_str, card.chat_type);
assert.equal(chats.length, 19);
card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid('762502724122050647'));
chats = await bili_client.getChat(card.rid_str, card.chat_type);
assert.equal(chats.filter(it => it[0] === '六的月').length, 0);
let card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid("762591475338838053"));
let chats = await bili_client.getChat(card.rid_str, card.chat_type)
assert.equal(chats.length, 19)
card = searcher.parseDynamicCard(await bili_client.getOneDynamicByDyid("762502724122050647"));
chats = await bili_client.getChat(card.rid_str, card.chat_type)
assert.equal(chats.filter(it => it[0] === '六的月').length, 0)
},
// 6
async () => {
const dy = await bili_client.getOneDynamicByDyid('774973685666676768');
const card = searcher.parseDynamicCard(dy);
assert.notEqual(card.description + '', undefined + '');
const dy = await bili_client.getOneDynamicByDyid("774973685666676768");
const card = searcher.parseDynamicCard(dy)
assert.notEqual(card.description + "", undefined + "");
},
// 7
async () => {
const dy = await bili_client.getOneDynamicByDyid('924676093465591832');
const card = searcher.parseDynamicCard(dy);
assert.equal(card.reserve_id, '3715576');
},
// 8
async () => {
const dy = await bili_client.getOneDynamicByDyid('925061227481137187');
const card = searcher.parseDynamicCard(dy);
assert.equal(card.origin_reserve_id, '3715576');
},
]);
])
console.log('dynamic_card.test ... ok!');
})();
console.log("dynamic_card.test ... ok!");
})()
+8 -7
View File
@@ -1,12 +1,13 @@
const env = require('../lib/data/env');
const global_var = require('../lib/data/global_var');
const env = require("../lib/data/env");
const global_var = require("../lib/data/global_var");
const { log } = require('../lib/utils');
const fs = require('fs');
log._level = 4;
env.init();
global_var.init(process.env['COOKIE'], 1);
log._level = 2
env.init()
global_var.init(process.env["COOKIE"], 1)
fs.readdirSync(module.path)
.filter(file => file.endsWith('.test.js'))
.forEach(file => require(`${module.path}/${file}`));
.filter(file => file.endsWith(".test.js"))
.forEach(file => require(`${module.path}/${file}`))
-23
View File
@@ -1,23 +0,0 @@
const assert = require('assert');
const bili_client = require('../lib/net/bili');
const util = require('./util');
const { parseDynamicCard } = require('../lib/core/searcher');
(async () => {
await util.par_run([], [
// 0
async () => {
assert.notEqual(await bili_client.getMyinfo(), null);
const rid = parseDynamicCard(await bili_client.getOneDynamicByDyid('551416252543796684')).rid_str;
for (let index = 0; index < 100; index++) {
console.log(index);
await bili_client.sendChatWithOcr(
rid,
Date.now().toString(),
17,
);
}
},]);
})();
+38
View File
@@ -0,0 +1,38 @@
const util = require('./util');
const crypto = require('crypto');
const { send } = require('../lib/net/http');
(async () => {
await util.par_run([], [
// 0
async () => {
let timestamp = parseInt(new Date().getTime() / 1000);
let orderno = process.env["XMDL_ORDERNNO"];
let secret = process.env["XMDL_SECRET"];
if (orderno && secret) {
let txt = 'orderno=' + orderno + ',secret=' + secret + ',timestamp=' + timestamp;
let md5 = crypto.createHash('md5');
let sign = md5.update(txt).digest('hex').toUpperCase();
console.log(await new Promise((resolve) => {
send({
url: "https://api.bilibili.com/client_info",
proxy: {
url: "http://dtan.xiongmaodaili.com:8088",
auth_headers: [
["Proxy-Authorization", 'sign=' + sign + '&orderno=' + orderno + "&timestamp=" + timestamp]
]
},
config: {
retry: false
},
success: (res) => { resolve(JSON.parse(res.body)) },
failure: resolve
})
}));
console.log("proxy.test ... ok!");
}
},
])
})()
+2 -2
View File
@@ -5,9 +5,9 @@
function par_run(nums, fns) {
return Promise.all(
nums.map(num => fns[num]())
);
)
}
module.exports = {
par_run
};
}