Giter Club home page Giter Club logo

autologin's Introduction

autologin

  • 南京工业大学校园网自动登陆脚本,经过大量测试可用。
  • 其中shell脚本可直接在mac,linux(包括安卓手机和路由器)上运行,但不能在windows下直接运行。
  • 目前只有基本功能登陆,需要修改里面的账号密码,后续会加入其他功能。
  • 默认**移动,电信请自己修改

添加登录启动功能

  1. sh
git clone https://github.com/dingyang666/autologin.git #下载脚本到您的设备

cd autologin

vi wifiautologin.sh #请在这一步手动设置账号密码和运营商

mv wifiautologin.sh /etc/

chmod 755 /etc/wifiautologin.sh

echo 'nohup /etc/wifiautologin.sh &' >> /etc/profile #登陆后自动后台运行
  1. python
git clone https://github.com/dingyang666/autologin.git #下载脚本到您的设备

cd autologin

vi wifiautologin.py #请在这一步手动设置账号密码和运营商

mv wifiautologin.py /etc/

echo 'python3 /etc/wifiautologin.py &' >> /etc/profile #登陆后自动后台运行

autologin's People

Contributors

dingyang666 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

autologin's Issues

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.