Coder Social home page Coder Social logo

xhh_auto's Introduction

Xhh_Auto

Codacy Badge release PyPI Download License

声明

本项目仅供学习交流使用, 用户如何使用该脚本与作者无关

本项目已经停止更新, 交流群 916945024, 另一个半弃坑的工程: Xiaoheihe_CShape

  • 请从这里下载稳定版: Releases, 仓库中的代码未经测试, 可能会有问题.

Frida_RPC服务部署方法

demo

安装与使用方法

本项目使用`Python3.8`编写,理论上支持`3.4`及以后的版本
  1. releases下载最新版本.
  2. 解压,并切换到脚本所在目录.
  3. 复制 example.config.toml , 为 config.toml,并填写配置.

    账号凭据获取方法参考下一节.

  4. 在脚本目录打开命令行.
  5. 执行 pip install -r ./requirements.txt.
  6. 运行脚本: windows python run.py, linux: python3 run.py
  7. 本脚本没有定时运行的功能,如有需要,请参考下文

账号凭据获取方法

当前版本暂不支持直接登录,需要手动抓包获取账号凭据,抓取后只要不主动退出可以永久登录

旧版脚本配置文件转换

  • 运行python convernt_old_config.py,根据提示操作即可.

定时运行方法

因为本脚本没有必要常驻后台,所以没有自动运行的功能,不过可以配合系统工具达到自动运行的效果
  • Windows下可以使用任务计划程序

    1. 开始菜单搜索任务计划程序
    2. 点右侧创建基本任务…
    3. 名称描述任意填
    4. 触发器选择每天,并设置运行时间
    5. 操作选择启动程序,程序或脚本python [脚本路径]\run.py
    6. 完成
  • Linux下可以使用crontab

    1. 打开终端,输入corntab -e
    2. i进入编辑模式,将光标定位到文件尾
    3. 插入0 1 * * * python3 [脚本绝对路径]/run.py > /dev/null 2>&1 &

      这个配置的意思是每天1点0分执行脚本

    4. ESC,然后输入:wq保存

XHH_AUTO 互助计划

参与互助计划以后,会自动关注我的账号以及关注我的粉丝的账号,也就是让使用本脚本的用户都能互相关注,再配合动态点赞功能,让所有用户都能快速获赞,涨粉,升级

退出方法:在config.toml中将join_xhhauto的值改为false即可.

xhh_auto's People

Contributors

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