Cli for my.irancell.ir. You can get your current status, list offers and buy offers by using this cli.
$ npm install -g my-irancell-cli
You have to login to your irancell account with your phone number and password.
$ my-irancell login
$ 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
...
my-irancell buy [OFFERID]
my-irancell help [COMMAND]
my-irancell login
my-irancell logout
my-irancell offers
my-irancell status
Buy an offer
USAGE
$ my-irancell buy [OFFERID]
DESCRIPTION
Buy an offer
See code: src/commands/buy/index.ts
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
Login to a new account
USAGE
$ my-irancell login
DESCRIPTION
Login to a new account
See code: src/commands/login/index.ts
Logout from account
USAGE
$ my-irancell logout
DESCRIPTION
Logout from account
See code: src/commands/logout/index.ts
List all available offers
USAGE
$ my-irancell offers
DESCRIPTION
List all available offers
See code: src/commands/offers/index.ts
Show account status
USAGE
$ my-irancell status
DESCRIPTION
Show account status
See code: src/commands/status/index.ts