台灣弘訊 EIP 自動登入腳本 基於安全性考量,只實作較保守的查看功能
Go to file
kinoshitakenta bee7927ef9
chore: use uv to manage the environment
Refactors the project to use `uv` for dependency management
instead of `poetry` and `requirements.txt`.

Updates `pyproject.toml` to remove unnecessary fields, and adds
`uv.lock` to specify exact versions of dependencies.

Updates the README with `uv` command to execute the application.
2025-06-20 13:37:38 +08:00
utils feat: improves element click handling 2025-06-12 16:29:28 +08:00
.gitignore chore: use uv to manage the environment 2025-06-20 13:37:38 +08:00
README.md chore: use uv to manage the environment 2025-06-20 13:37:38 +08:00
TODO.txt feature: basic features 2024-05-28 11:45:07 +08:00
config.toml.example feat: add example configuration file 2025-05-19 15:58:34 +08:00
main.py feat: improves login status handling 2025-06-12 16:25:26 +08:00
pyproject.toml chore: use uv to manage the environment 2025-06-20 13:37:38 +08:00

README.md

auto_login_EIP

  • 執行
# uv run python main.py --config_path .\config.toml.example