https://github.com/geeksloth/kku-wifi-auto-login
A python script to auto login to KKU-WiFi.
https://github.com/geeksloth/kku-wifi-auto-login
wifi
Last synced: about 1 year ago
JSON representation
A python script to auto login to KKU-WiFi.
- Host: GitHub
- URL: https://github.com/geeksloth/kku-wifi-auto-login
- Owner: geeksloth
- Created: 2024-01-30T15:07:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T15:31:47.000Z (over 2 years ago)
- Last Synced: 2025-01-30T14:48:41.901Z (over 1 year ago)
- Topics: wifi
- Language: Python
- Homepage:
- Size: 5.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kku-wifi-auto-login
A python script to auto login to KKU-WiFi.
I developed this script since very long time ago. To use this scrip, we must use the same version of `chromedriver` with your `Google Chrome` installed on your OS. It properly works like a charm in Windows, but I had never tested on the other OS, but It might works as well I think :)
To use this script, you need to follow the University's policies and keep the usage in legal purpose. If you have any question or want to contribute this project, feel free to contact me or fork this repo to play by yourself.
Have fun :)
# Prerequisites
You have to prepare your `Python` Interpreter and it's required dependencies:
```bash
pip install -y requests winwifi wrapt-timeout-decorator
```
Then use Windows Scheduler to run the script at the specific time of day or week. Which are `login.py`, `logout.py`, and `watchdog.py` as you desire.