https://github.com/izeau/wifist
A simple Python script to reconnect to Wifirst.
https://github.com/izeau/wifist
Last synced: 10 months ago
JSON representation
A simple Python script to reconnect to Wifirst.
- Host: GitHub
- URL: https://github.com/izeau/wifist
- Owner: izeau
- License: mit
- Created: 2014-12-08T21:37:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T18:13:00.000Z (about 8 years ago)
- Last Synced: 2023-12-13T10:20:47.534Z (over 2 years ago)
- Language: Python
- Size: 129 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# wifist
A simple Python script to reconnect to Wifirst, based on [Wifirst_keepalive](https://github.com/Tulux/Wifirst_keepalive) by [Tulux](https://github.com/Tulux).
## usage
You may need to install `lxml` first, simply run `pip install lxml`.
```
usage: wifist.py [-h] [-v] [-d DELAY] login password
A simple script to reconnect to Wifirst.
positional arguments:
login your Wifirst login (e-mail address)
password your Wifirst password
optional arguments:
-h, --help show this help message and exit
-v, --verbose make me say stuff
-d DELAY, --delay DELAY
delay between attempts, in seconds (default: 10)
```