jiofi

A Command Line Interface to get stats about your Jiofi.


Keywords
cli, jiofi, python
License
MIT
Install
pip install jiofi==0.1.3

Documentation

Jiofi CLI

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.

Tested on

  • Jiofi4

Open an Issue or PR to contribute to and the testing of other Models

Using it

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)

Contributing

This is under MIT License. All Pull Requests are welcome. If you find a bug feel free to open an Issue

Made with

  • Python
    • requests for HTTP requests
    • fire for CLI interface
    • rich for Tables and Colors