# GuangSuLian **Repository Path**: legei/guang-su-lian ## Basic Information - **Project Name**: GuangSuLian - **Description**: 光速联宽带提速脚本迁移至NodeJs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-10-27 - **Last Updated**: 2023-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 光速联宽带提速脚本 家里的电信带宽通过提速网站,可以升级到200M,但需要每隔8小时进去点击一次才能生效,遂写了这么一个自动化脚本 测试提速是否可用地址:https://www.fangyb.com/home/speedfreeTrial ## 修改配置文件 打开**env.json**文件修改字段: username // 你的光速联账号 password // 你的光速联密码MD5 notifyType // server酱通知接口(没有可不改) debug // 是否开启调试模式,会输出详细的运行日志 **密码字段需要经过md5加密** ## 环境准备 >npm install pm2 -g >npm i ## 测试程序 >node ./app.js ## 守护进程方式运行 >pm2 start ./app.js