Jiofi-CLI is a Command Line Interface to check your Jiofi Network from your terminal than using the web interface. It only shows very specific details like battery details, data usage and devices connected.
- Jiofi4
Open an Issue or PR to contribute to and the testing of other Models
Install jiofi
with pip
. It works on Python version >=3.6.
pip install jiofi --user
Once you installed it, run it by typing jiofi
in your terminal.
$ jiofi
You'll be welcomed by the help page of jiofi 😄
NAME
jiofi
SYNOPSIS
jiofi COMMAND
COMMANDS
COMMAND is one of the following:
devices
Prints a tabular view of all the connected devices in the network
speed
Prints the Current upload and download speed
basic
Get basic Details like Battery charge and state, no of connected devices and data used in <time>
usage
Get Data usage in Upload and Download data in <time>
device
Get Details of the device, Battery Charge, Battery State, Phone number or MSISDN
You can exit the help screen by pressing q
(Vim Space)
This is under MIT License. All Pull Requests are welcome. If you find a bug feel free to open an Issue
- Python
requests
for HTTP requestsfire
for CLI interfacerich
for Tables and Colors