A python script to automatically connect your devices to the Wifirst network. Tested in CROUS residences (Smartcampus).
- Python3
- beautifulsoup4
Install dependency
pip install beautifulsoup4
Clone this repository
git clone https://github.com/Azuxul/wifirst-autoconnect.git
Dump your connexion ingo
python wifirst-autoconnect.py -u <username> -p <password> -d
Then paste it into the credentials.py
file at INTERNAL_LOGIN
Now you can use this command to connect
python wifirst-autoconnect.py -a
Write your password and username into the credentials.py
Now you can use this command to connect
python wifirst-autoconnect.py -s
You can connext using the command
python wifirst-autoconnect.py -u <username> -p <password>
Using a custom DNS server can cause issue to the connexion
This project is licensed under the GNU General Public License v3.0