Giter VIP home page Giter VIP logo

xiaofendui's Introduction

一、zk_monitor.py

zk论坛关键字监控,实时邮箱提醒

  1. 邮箱配置

    发送者邮箱账号开启客户端授权码,更安全!!
    接收者邮箱账号添加发送者进白名单,重要!!

  2. 脚本配置

    # 监控关键字
    KEYWORD = {
        'include': '密令|红包|水|速度|神券|京豆',
        'exclude': '权限|水贴'
    }
    # 发送者
    SENDER = {
        'name': '小分队',
        'email': '[email protected]',
        'smtp': 'smtp.126.com',
        'pass': 'yourpass'
    }
    # 接收者
    RECEIVERS = [
        {
            'name': 'username',
            'email': '[email protected]',
        }
    ]
    
  3. 脚本使用

    Windows平台:使用前提pip install pyquery,可以配合系统计划任务执行脚本,要求Python3.5
    无服务云函数:免费运行资源,打包zip部署至云环境,打包步骤请看这里,要求Python3.6

二、zk_monitor_wx.py

zk论坛关键字监控,实时机器人提醒

  1. 脚本使用

    运行python zk_monitor_wx.py,微信扫描二维码登陆

三、懒人微信群

有机器人实时发布监控消息
微信群

xiaofendui's People

Contributors

abinnz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.