跳转至内容
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 浏览
  • 从旧到新
  • 从新到旧
  • 最多赞同
回复
  • 在新帖中回复
登录后回复
此主题已被删除。只有拥有主题管理权限的用户可以查看。
  • 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 - 热门主题
                      • 抓到一只老虎
                        youhunY
                        youhun
                        1
                        3
                        42

                      • 各种全球证件生成素材
                        李广妮李
                        李广妮
                        1
                        2
                        72

                      • ZLMediaKit录制MP4后,浏览器可播放,但是VLC播放无法快进
                        mztcM
                        mztc
                        0
                        6
                        138

                      • QQ频道图床
                        Derby6609D
                        Derby6609
                        0
                        4
                        57

                      • 中国广电开通副卡后参与活动,最高每月领70GB流量(限部分套餐)
                        8
                        8lhx.com
                        0
                        2
                        103

                      • 25年6月24日 Windows 11专业版在线激活密钥
                        我是小马甲~M
                        我是小马甲~
                        0
                        2
                        52

                      • 登录

                      • 没有帐号? 注册

                      • 登录或注册以进行搜索。
                      百度网盘
                      1,448 个主题
                      连续剧
                      754 个主题
                      国产剧
                      592 个主题
                      美剧
                      356 个主题
                      中国移动
                      307 个主题
                      动画片
                      258 个主题
                      中国电信
                      222 个主题
                      动作片
                      215 个主题

                      125

                      在线

                      40.6k

                      用户

                      40.4k

                      主题

                      110.9k

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