Log onto VIT Wifi using python script and your credentials
i. Incase you don't have requests module, open terminal or command prompt and type.
pip install requests
ii. Replace the following in login.py
'16BCB0088' with your username.
'NoWayThisIsMyPwd6969' with your password.
iii. Run the script login.py
using IDLE or via terminal python3 login.py
in linux / macOS machine or via command prompt on a Windows machine.
- Assumes your laptop is connected to either VIT5G or VIT2.4G
- Assumes you have python3 installed and have pip3 or pip and requests.