V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
wuniu2010
V2EX  ›  Node.js

[什么值得买] 自动签到、自动评论、自动邮件发送 基于 nodejs

  •  1
     
  •   wuniu2010 · 2018-04-26 15:33:16 +08:00 · 8275 次点击
    这是一个创建于 2163 天前的主题,其中的信息可能已经有所发展或是发生改变。

    本项目是基于nodejs开发,实现的功能是,什么值得买自动签到,自动评论功能,统计、自动发邮件,支持多人账号运行,主要用来水经验,升升级,当然等级高,也可以领领券薅薅羊毛。

    如有条件,此项目非常适合执行在vps树莓派云服务器上,一劳永逸,解放双手

    本项目 gitbub 地址: https://github.com/xuess/smzdm-sign

    有兴趣的可以去项目内看看,欢迎交流

    20 条回复    2018-05-11 09:45:47 +08:00
    tbag781623489
        1
    tbag781623489  
       2018-04-26 18:55:55 +08:00 via iPhone
    签到的是网页端的吗?之前抓过 ios 的签到加抽奖活了一年终于前几天挂了
    ctt
        2
    ctt  
       2018-04-26 20:47:33 +08:00 via iPad
    有没有便宜的 nodejsvps 啊。。
    Antidictator
        3
    Antidictator  
       2018-04-26 20:48:15 +08:00 via Android
    @tbag781623489 qiandaotoday 的也是
    eoo
        4
    eoo  
       2018-04-27 08:09:09 +08:00 via Android
    向大神学习
    wuniu2010
        5
    wuniu2010  
    OP
       2018-04-27 09:57:31 +08:00   ❤️ 1
    @ctt 留意 腾讯云 或 阿里云,新人活动,一年 99,可以一次买 3 年,很合适。虚拟云主机
    wuniu2010
        6
    wuniu2010  
    OP
       2018-04-27 09:58:26 +08:00
    @tbag781623489 #1 是网页端
    Antidictator
        7
    Antidictator  
       2018-05-02 10:25:48 +08:00
    那个密码应该不是普通的密码吧。
    Antidictator
        8
    Antidictator  
       2018-05-02 10:47:35 +08:00
    emmm,建议 md 写的更具体点,虽然很多人都知道要先 git clone 还有密码的获取方法。
    anthow
        9
    anthow  
       2018-05-02 20:42:12 +08:00
    请问下 jQuery112409568846254764496_ 这串数字是同一个 cookie 是不会变得么?
    wuniu2010
        10
    wuniu2010  
    OP
       2018-05-02 21:14:37 +08:00
    @anthow #9 那只是个回调函数的函数名,他们用的 [jsonp] 的形式,所以传什么过去都行,只是个参数值,用来获取回调函数的。
    wuniu2010
        11
    wuniu2010  
    OP
       2018-05-02 21:15:56 +08:00
    @Antidictator #7 请问,你说的 [密码] 是指的什么? cookie 吗?
    Antidictator
        12
    Antidictator  
       2018-05-03 07:40:01 +08:00 via iPhone
    @wuniu2010 就是第三方邮件客户端的授权码
    Antidictator
        13
    Antidictator  
       2018-05-04 00:00:57 +08:00
    昨天直接运行了一次,然后 ctrl+c 中止掉了,然后跑了一次 nohup 的,提示报错,今天就没运行签到和 17.30 提醒了。
    wuniu2010
        14
    wuniu2010  
    OP
       2018-05-04 20:00:27 +08:00   ❤️ 1
    @Antidictator #13 建议用`pm2`进行后台执行,方便看日志和进程,挂掉也能及时唤起
    Antidictator
        15
    Antidictator  
       2018-05-04 20:24:49 +08:00
    @wuniu2010 猴,谢谢
    Antidictator
        16
    Antidictator  
       2018-05-05 23:36:49 +08:00
    @wuniu2010 好强大,十分感谢,一直报错是因为我没有修改默认的评论内容导致重复了。其实您可以考虑那三句 demo 不要完全一样呢。哈哈。
    wuniu2010
        17
    wuniu2010  
    OP
       2018-05-06 12:30:07 +08:00   ❤️ 1
    @Antidictator #16 已采纳
    Antidictator
        18
    Antidictator  
       2018-05-11 09:32:05 +08:00
    错误内容:jQuery111006551744323225079_1525990431241({"error_code":3,"error_msg":"请勿重复提交"})

    每天都会报错==.还是连续发四封邮件,昨晚 23 点的时候刷 app 发现竟然还可以签到一次。。。另一个号没断签。
    wuniu2010
        19
    wuniu2010  
    OP
       2018-05-11 09:41:21 +08:00
    @Antidictator #18 原因可能是发表速度太快了或者评论内容是一样的,应该是后者,建议可以把随机时间改大点,然后评论内容加点随机的内容例如随机数。近期我再更新下项目,改成评论内容随机拼接的形式,会减少报错概率。
    Antidictator
        20
    Antidictator  
       2018-05-11 09:45:47 +08:00
    @wuniu2010 #19 感谢回复,上次我已经修改过了评论内容了,这次增大 timeout 的时间试试~
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3935 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 00:57 · PVG 08:57 · LAX 17:57 · JFK 20:57
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.