Skip to content

Automatically log in by compiling the generated `.exe` file

Notifications You must be signed in to change notification settings

peterroe/login-hnust-auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login-Hnust-Auto

Automatically log in by compiling the generated .exe file

Try it out!

Suppose you have prepared the node environment

Clone and install

$ git clone https://github.com/peterroe/login-hnust-auto.git
$ cd login-hnust-auto
$ pnpm i  # or npm i

Config your account

edit src/config.js:

module.exports = {
  userName: '1905010504',   // input your userName
  passWord: 'xxxxx',        // input your password
  ISP: 2                    // 0:校园网 | 1:电信 | 2:联通 | 3:移动
}

Generate exe program

Just run:

$ pnpm build  # or npm run build

You will get the exclusive login.exe program of your account, and you can put it on the desktop.

About

Automatically log in by compiling the generated `.exe` file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published