Skip to content

A Python script designed for user authentication on "identity.nfu.edu.tw" without solving captcha

License

Notifications You must be signed in to change notification settings

LTurret/NFU-AutoLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFU-AutoLogin

A Python script designed for user authentication on identity.nfu.edu.tw without solving captcha

Directory Structure

.env
src/
├── fetch_util.py
├── main.py
├── model.py
└── validator.py

Requirements

Packages

Install packages via requirements.txt

Windows

pip install -r requirements.txt

macOS

pip install -r requirements_intel-macos.txt

Secrets

Create a .env to keep your secrets

nfu_username=
nfu_password=

Model

To use OCR for detect captcha, you need to run ./src/model.py to generate the model.pkl

Running

python3 -B ./src/main.py

License

Licensed under MIT

About

A Python script designed for user authentication on "identity.nfu.edu.tw" without solving captcha

Resources

License

Stars

Watchers

Forks

Languages