Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athul/jiofi-cli

Get Details about your Jio-fi Network from the Terminal
https://github.com/athul/jiofi-cli

cli jiofi python

Last synced: 4 days ago
JSON representation

Get Details about your Jio-fi Network from the Terminal

Awesome Lists containing this project

README

        

# 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.

```bash
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 😄

```text
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

usage
Get Data usage in Upload and Download data in

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](/LICENSE). All Pull Requests are welcome. If you find a bug feel free to open an [Issue](https://github.com/athul/jiofi-cli/issues)

### Made with

- Python
- `requests` for HTTP requests
- `fire` for CLI interface
- `rich` for Tables and Colors