maxmouchet / wificitylogin

Automated login to the CIUP's Ethernet and Wi-Fi networks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wificitylogin

PyPI Status PyPI

Automated login to the CIUP's (Cité Internationale Universitaire de Paris) Ethernet and Wi-Fi networks.

Installation

pip install wificitylogin

Usage

In your home directory, create a file name .wificity that contains your credentials:

[default]
username = ...
password = ...

For more security, you can restrict access to this file to your user only:

chmod 0600 ~/.wificity

Then, to log in to the network, run:

wificitylogin

About

Automated login to the CIUP's Ethernet and Wi-Fi networks.

License:MIT License


Languages

Language:Python 76.2%Language:Dockerfile 23.8%