An open API service indexing awesome lists of open source software.

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)

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: