跳转至内容
0
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
  • 版块
  • 讨论
  • 最新
  • 标签
  • 热门
  • 顶端
  • 用户
皮肤
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • 默认(Zephyr)
  • 不使用皮肤
折叠
JIKE社区
  1. 首页
  2. 讨论区
  3. 活动优惠
  4. 网页版联通沃阅读每天自动领取1GB

网页版联通沃阅读每天自动领取1GB

已定时 已固定 已锁定 已移动 活动优惠
19 帖子 11 发布者 5.1k 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • S 离线
    S 离线
    shillan
    🍌
    写于 最后由 编辑
    #9

    可惜用处不大,流量日包,一个月仅能兑换3次。

    1 条回复 最后回复
    0
    • K kuhoo

      @malaohu https://github.com/mexxcheng/iread_signin
      分享出来啦~

      我是小马甲~M 在线
      我是小马甲~M 在线
      我是小马甲~
      🤫
      写于 最后由 malaohu 编辑
      #10

      kuhoo 说:

      @malaohu https://github.com/mexxcheng/iread_signin
      分享出来啦~

      感谢大佬!

      CentOS 下执行

      git clone https://github.com/mexxcheng/iread_signin.git
      cd iread_signin/
      npm install
      node index.js
      

      image.png

      可以利用crontab 每天执行一下!
      不过一定将account添加到 index.js

      crontab -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.
      
      
      

      唐宋元明清,连排小工兵!

      K W 2 条回复 最后回复
      0
      • 我是小马甲~M 我是小马甲~

        kuhoo 说:

        @malaohu https://github.com/mexxcheng/iread_signin
        分享出来啦~

        感谢大佬!

        CentOS 下执行

        git clone https://github.com/mexxcheng/iread_signin.git
        cd iread_signin/
        npm install
        node index.js
        

        image.png

        可以利用crontab 每天执行一下!
        不过一定将account添加到 index.js

        crontab -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.
        
        
        
        K 离线
        K 离线
        kuhoo
        🍌
        写于 最后由 编辑
        #11

        @malaohu 尴尬了,找到问题了,变量名整错了😧 ,

        1 条回复 最后回复
        0
        • M maoge

          我这里有个52pojie之前有人发的一个版本。。不过帖子好像被删了,,WIN10可能报毒。不过这个只要一个手机号就能领取~~

          可以虚拟机运行什么的。里面有个TXT广告。也是原帖主人发的压缩包里的。。估计就是那个TXT文件有广告被删帖了

          https://gate.lanzous.com/iVtFUohojva

          W 离线
          W 离线
          wtks1
          写于 最后由 编辑
          #12

          @maoge 卡巴斯基检测到木马【UDS:Trojan-PSW.Win32.QQPass】

          M 1 条回复 最后回复
          0
          • MichaelTanM 离线
            MichaelTanM 离线
            MichaelTan
            写于 最后由 编辑
            #13

            这玩意儿可以用actions就好了

            1 条回复 最后回复
            0
            • 我是小马甲~M 我是小马甲~

              kuhoo 说:

              @malaohu https://github.com/mexxcheng/iread_signin
              分享出来啦~

              感谢大佬!

              CentOS 下执行

              git clone https://github.com/mexxcheng/iread_signin.git
              cd iread_signin/
              npm install
              node index.js
              

              image.png

              可以利用crontab 每天执行一下!
              不过一定将account添加到 index.js

              crontab -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.
              
              
              
              W 离线
              W 离线
              wtks1
              写于 最后由 编辑
              #14

              @malaohu 是centos6吗?我这边centos7好像不行

              W 1 条回复 最后回复
              0
              • T 离线
                T 离线
                TonyBreak
                🍌
                写于 最后由 编辑
                #15

                输入手机号后,长时间不显示“验证码发送成功”,后面报错
                /iread_signin/lib/login.js:114
                let setCookie=response.headers['set-cookie'];
                ^

                TypeError: Cannot read property 'headers' of undefined

                1 条回复 最后回复
                0
                • W wtks1

                  @malaohu 是centos6吗?我这边centos7好像不行

                  W 离线
                  W 离线
                  wtks1
                  写于 最后由 编辑
                  #16

                  wtks1 说:

                  @malaohu 是centos6吗?我这边centos7好像不行

                  发现原因了,是yum源安装的node版本太低,至少需要10.15的版本

                  1 条回复 最后回复
                  1
                  • W wtks1

                    @maoge 卡巴斯基检测到木马【UDS:Trojan-PSW.Win32.QQPass】

                    M 离线
                    M 离线
                    maoge
                    🍌
                    写于 最后由 编辑
                    #17

                    @wtks1 是的。这个就是有木马风险。。适合放虚拟机运行~~

                    1 条回复 最后回复
                    0
                    • Z 离线
                      Z 离线
                      zhedielj
                      写于 最后由 编辑
                      #18

                      活动结束了。 还能搞点其他的吗

                      1 条回复 最后回复
                      0
                      • 阿跑阿 离线
                        阿跑阿 离线
                        阿跑
                        写于 最后由 编辑
                        #19

                        可惜了

                        1 条回复 最后回复
                        0
                        回复
                        • 在新帖中回复
                        登录后回复
                        • 从旧到新
                        • 从新到旧
                        • 最多赞同


                        Popular Topics - 热门主题
                        • 中国科技云免费白嫖1 年 Cursor 使用权!快~~~
                          D
                          d914954480
                          1
                          7
                          2.2k

                        • MySQL 8.0 OCP 限时免费考
                          HebutMrLiuH
                          HebutMrLiu
                          1
                          5
                          422

                        • 免费科技代理流量巨多
                          孤
                          孤傲的王
                          1
                          4
                          174

                        • 阿里云国际站轻量应用服务器 2C+1G+200M带宽 仅9.9美元一年!
                          T
                          Test
                          1
                          4
                          1.3k

                        • 白嫖工商银行24张400元无门槛消费券
                          H
                          hebeyo
                          1
                          2
                          184

                        • manus完全开放注册,每天赠送300积分
                          undefined
                          1
                          1
                          311

                        • 登录

                        • 没有帐号? 注册

                        • 登录或注册以进行搜索。
                        百度网盘
                        1,180 个主题
                        连续剧
                        702 个主题
                        国产剧
                        567 个主题
                        美剧
                        339 个主题
                        中国移动
                        307 个主题
                        动画片
                        231 个主题
                        中国电信
                        222 个主题
                        动作片
                        206 个主题

                        164

                        在线

                        39.9k

                        用户

                        40.1k

                        主题

                        110.4k

                        帖子
                        • 第一个帖子
                          最后一个帖子