https://github.com/erfanium/my-irancell-cli
cli for my.irancell.ir (unofficial)
https://github.com/erfanium/my-irancell-cli
Last synced: 12 months ago
JSON representation
cli for my.irancell.ir (unofficial)
- Host: GitHub
- URL: https://github.com/erfanium/my-irancell-cli
- Owner: erfanium
- License: mit
- Created: 2024-06-17T18:58:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T22:36:16.000Z (about 2 years ago)
- Last Synced: 2025-04-14T10:11:31.652Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 185 KB
- Stars: 28
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
my-irancell-cli
=================
Cli for my.irancell.ir. You can get your current status, list offers and buy offers by using this cli.

# Installation
```sh
$ npm install -g my-irancell-cli
```
# Login
You have to login to your irancell account with your phone number and password.
```sh
$ my-irancell login
```
* [Installation](#installation)
* [Login](#login)
* [Usage](#usage)
* [Commands](#commands)
# Usage
```sh-session
$ npm install -g my-irancell-cli
$ my-irancell COMMAND
running command...
$ my-irancell (--version)
my-irancell-cli/0.1.1 linux-x64 node-v20.9.0
$ my-irancell --help [COMMAND]
USAGE
$ my-irancell COMMAND
...
```
# Commands
* [`my-irancell buy [OFFERID]`](#my-irancell-buy-offerid)
* [`my-irancell help [COMMAND]`](#my-irancell-help-command)
* [`my-irancell login`](#my-irancell-login)
* [`my-irancell logout`](#my-irancell-logout)
* [`my-irancell offers`](#my-irancell-offers)
* [`my-irancell status`](#my-irancell-status)
## `my-irancell buy [OFFERID]`
Buy an offer
```
USAGE
$ my-irancell buy [OFFERID]
DESCRIPTION
Buy an offer
```
_See code: [src/commands/buy/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/buy/index.ts)_
## `my-irancell help [COMMAND]`
Display help for my-irancell.
```
USAGE
$ my-irancell help [COMMAND...] [-n]
ARGUMENTS
COMMAND... Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for my-irancell.
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.3/src/commands/help.ts)_
## `my-irancell login`
Login to a new account
```
USAGE
$ my-irancell login
DESCRIPTION
Login to a new account
```
_See code: [src/commands/login/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/login/index.ts)_
## `my-irancell logout`
Logout from account
```
USAGE
$ my-irancell logout
DESCRIPTION
Logout from account
```
_See code: [src/commands/logout/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/logout/index.ts)_
## `my-irancell offers`
List all available offers
```
USAGE
$ my-irancell offers
DESCRIPTION
List all available offers
```
_See code: [src/commands/offers/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/offers/index.ts)_
## `my-irancell status`
Show account status
```
USAGE
$ my-irancell status
DESCRIPTION
Show account status
```
_See code: [src/commands/status/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/status/index.ts)_