# 获取脚本
git clone https://github.com/emtry/Bing-Auto-Search.git
cd Bing-Auto-Search
# 安装依赖
npm install axios https-proxy-agent --save
# 运行
BingAutoSearch_MicroSoft_COOKIE="填入获取的Cookie" \
node Bing-Auto-Search.js
依赖管理
——新建依赖
——nodejs
axios
https-proxy-agent
定时任务
——新建任务
# 命令
ql raw https://raw.githubusercontent.com/emtry/Bing-Auto-Search/main/Bing-Auto-Search.js
# 定时规则
0 0 15 * * *
环境变量
–新建变量
# 名称
BingAutoSearch_MicroSoft_COOKIE
# 值
填入获取的Cookie
- 运行新建的任务获取脚本
raw_main_Bing-Auto-Search.js
,并设置每天下午5点自动执行脚本
# 定时规则
0 0 17 * * *
# 获取脚本
git clone https://github.com/emtry/Bing-Auto-Search.git
cd Bing-Auto-Search
# 构建镜像
docker build -t bing-auto-search:v2 .
# 创建容器
docker create --name=Bing-Auto-Search \
-e BingAutoSearch_MicroSoft_COOKIE="填入获取的Cookie" \
bing-auto-search:v2
# 运行
docker start -a Bing-Auto-Search
work in https://rewards.bing.com/pointsbreakdown
推荐:浏览器隐身模式
再在同一标签页打开 http://rewards.bing.com/
控制台里复制rewards.bing.com
的cookie
环境变量 | 说明 | 默认值 |
---|---|---|
BingAutoSearch_MicroSoft_COOKIE | 获取的Cookie | 空 |
BingAutoSearch_sleep_sec | 每次搜索间隔秒数 | 5 |
BingAutoSearch_proxy | 如 http://127.0.0.1:9870 | 空 |
BingAutoSearch_edgeUserAgent | Edge User-Agent | 略 |
BingAutoSearch_mobileUserAgent | 手机 User-Agent | 略 |
BingAutoSearch_wordlists | 搜索内容 | 略 |