Giter Site home page Giter Site logo

cqu_net's Introduction

安装需求

# 推荐python版本3.7+
# 推荐在conda或venv等虚拟环境中运行
pip install -r requirements.txt

安装Chrome

  • 搜索官网下载安装即可

下载chromedriver

# 由于网络原因,在**大陆,可能需要另寻下载方法
  • 运行update.py
  • 更新chrome浏览器后,再次运行update.py即可

填入信息

  • 在config.py中填入账号、密码信息
  • 可根据情况修改test列表,其中各项用于测试网络连通性

测试运行

  • 注销网络
  • 运行net.py,测试是否能连接
# 本程序使用xpath定位登录页中元素
# 若遇到登录页改版,可使用普通浏览器,F12开发者工具,定位用户名输入框、密码输入框、登录按钮,将新的xpath复制入net.py即可

打包

# 推荐在conda或venv等虚拟环境中运行,否则可能导致打包过大。
# 推荐使用字母a开头的名称,若遇到问题,在任务管理器中可以轻松找到,并强制停止运行。
pyinstaller --name=anet net.py -w -F # -i net.ico # (可选)定制图标

cqu_net's People

Contributors

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