Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/athul/jiofi-cli
- Owner: athul
- License: mit
- Created: 2020-07-26T07:51:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:16:24.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T12:48:54.635Z (about 1 month ago)
- Topics: cli, jiofi, python
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 35
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
jiofiSYNOPSIS
jiofi COMMANDCOMMANDS
COMMAND is one of the following:devices
Prints a tabular view of all the connected devices in the networkspeed
Prints the Current upload and download speedbasic
Get basic Details like Battery charge and state, no of connected devices and data used inusage
Get Data usage in Upload and Download data indevice
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