https://github.com/adityaprakash-bobby/iiit-firewall-auth-cli
Authenticate to IIIT Bhubaneswar's Firewall from the command-line (For servers with no GUI)
https://github.com/adityaprakash-bobby/iiit-firewall-auth-cli
authentication command-line-tool python python3 requests
Last synced: 5 months ago
JSON representation
Authenticate to IIIT Bhubaneswar's Firewall from the command-line (For servers with no GUI)
- Host: GitHub
- URL: https://github.com/adityaprakash-bobby/iiit-firewall-auth-cli
- Owner: adityaprakash-bobby
- License: gpl-3.0
- Created: 2019-03-27T17:49:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:54:57.000Z (over 3 years ago)
- Last Synced: 2023-03-05T03:04:01.486Z (over 3 years ago)
- Topics: authentication, command-line-tool, python, python3, requests
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IIIT-Bh Firewall Auth from CLI :man_firefighter:
`(For servers with no GUI :computer:)`
### Use it:
```bash
git clone https://github.com/adityaprakash-bobby/iiit-firewall-auth-cli.git
cd iiit-firewall-auth-cli
# install python dependencies
pip install -r requirements.txt
# login to IIIT's firewall
python script.py
```
#### To Do's:
- [ ] Maintain a session :squirrel:
- [ ] Add daemon mode of opertaion :secret:
- [ ] Feature to detect if the system is already authenticated :id:
- [ ] Modularize the program and ship as package :gift:
- [ ] Design a beautiful CLI :heart: