网页版联通沃阅读每天自动领取1GB
已锁定
活动优惠
-
每日自动领取1G流量日包,只需登录一次,授权沃阅读账号。以后每天自动领取1GB。一劳永逸。注意:只能联通用户可领取流量,黑号会提示领取失败。
输入联通手机号码,获取验证码后登录即可
自动任务网址:https://iread.laobiaoge.vip/index.user (如有担心,下面的帖子有开源代码)
特别注意:沃阅读每天最多只能接收5次验证码,开启或关闭自动领取功能次日生效。
只获取你沃阅读的账户id,不会获取你的敏感数据。累计领取2天可兑换2G、5天5G、10天10G日包,每月只能兑换3次!流量查询与兑换:联通APP->我的->零钱账户->流量->兑换!
-
通过 appid 用户名 密码就不需要验证码了。
-
kuhoo 说:
感谢大佬!
CentOS 下执行
git clone https://github.com/mexxcheng/iread_signin.git cd iread_signin/ npm install node index.js
可以利用crontab 每天执行一下!
不过一定将account添加到 index.jscrontab -e #加入以下代码,每天3点执行 00 03 * * * cd /root/iread_signin && node index.js > /dev/null 2>&1
不过有一个报错:
(node:24381) UnhandledPromiseRejectionWarning: ReferenceError: readGiftResult is not defined at Promise (/root/iread_signin/lib/signin.js:21:39) at process._tickCallback (internal/process/next_tick.js:68:7) (node:24381) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1) (node:24381) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
-
这玩意儿可以用actions就好了