{"id":15654621,"url":"https://github.com/erfanium/my-irancell-cli","last_synced_at":"2025-06-27T00:06:26.860Z","repository":{"id":244849530,"uuid":"816441183","full_name":"erfanium/my-irancell-cli","owner":"erfanium","description":"cli for my.irancell.ir (unofficial)","archived":false,"fork":false,"pushed_at":"2024-06-18T22:36:16.000Z","size":189,"stargazers_count":28,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T10:11:31.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erfanium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-17T18:58:19.000Z","updated_at":"2025-03-06T08:24:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f11f220a-6cbc-4578-8768-4e5fdc17b87d","html_url":"https://github.com/erfanium/my-irancell-cli","commit_stats":null,"previous_names":["erfanium/my-irancell-cli"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/erfanium/my-irancell-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmy-irancell-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmy-irancell-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmy-irancell-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmy-irancell-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erfanium","download_url":"https://codeload.github.com/erfanium/my-irancell-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erfanium%2Fmy-irancell-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262164066,"owners_count":23268780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-03T12:52:53.233Z","updated_at":"2025-06-27T00:06:26.798Z","avatar_url":"https://github.com/erfanium.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"my-irancell-cli\n=================\n\nCli for my.irancell.ir. You can get your current status, list offers and buy offers by using this cli.\n\n![my-irancell](https://github.com/erfanium/my-irancell-cli/assets/47688578/8a8350b4-96a8-4b84-98d3-c22e6b2a7289)\n\n\n# Installation\n```sh\n$ npm install -g my-irancell-cli\n```\n\n# Login\nYou have to login to your irancell account with your phone number and password. \n```sh\n$ my-irancell login\n```\n\n\u003c!-- toc --\u003e\n* [Installation](#installation)\n* [Login](#login)\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g my-irancell-cli\n$ my-irancell COMMAND\nrunning command...\n$ my-irancell (--version)\nmy-irancell-cli/0.1.1 linux-x64 node-v20.9.0\n$ my-irancell --help [COMMAND]\nUSAGE\n  $ my-irancell COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`my-irancell buy [OFFERID]`](#my-irancell-buy-offerid)\n* [`my-irancell help [COMMAND]`](#my-irancell-help-command)\n* [`my-irancell login`](#my-irancell-login)\n* [`my-irancell logout`](#my-irancell-logout)\n* [`my-irancell offers`](#my-irancell-offers)\n* [`my-irancell status`](#my-irancell-status)\n\n## `my-irancell buy [OFFERID]`\n\nBuy an offer\n\n```\nUSAGE\n  $ my-irancell buy [OFFERID]\n\nDESCRIPTION\n  Buy an offer\n```\n\n_See code: [src/commands/buy/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/buy/index.ts)_\n\n## `my-irancell help [COMMAND]`\n\nDisplay help for my-irancell.\n\n```\nUSAGE\n  $ my-irancell help [COMMAND...] [-n]\n\nARGUMENTS\n  COMMAND...  Command to show help for.\n\nFLAGS\n  -n, --nested-commands  Include all nested commands in the output.\n\nDESCRIPTION\n  Display help for my-irancell.\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.3/src/commands/help.ts)_\n\n## `my-irancell login`\n\nLogin to a new account\n\n```\nUSAGE\n  $ my-irancell login\n\nDESCRIPTION\n  Login to a new account\n```\n\n_See code: [src/commands/login/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/login/index.ts)_\n\n## `my-irancell logout`\n\nLogout from account\n\n```\nUSAGE\n  $ my-irancell logout\n\nDESCRIPTION\n  Logout from account\n```\n\n_See code: [src/commands/logout/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/logout/index.ts)_\n\n## `my-irancell offers`\n\nList all available offers\n\n```\nUSAGE\n  $ my-irancell offers\n\nDESCRIPTION\n  List all available offers\n```\n\n_See code: [src/commands/offers/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/offers/index.ts)_\n\n## `my-irancell status`\n\nShow account status\n\n```\nUSAGE\n  $ my-irancell status\n\nDESCRIPTION\n  Show account status\n```\n\n_See code: [src/commands/status/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.1/src/commands/status/index.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fmy-irancell-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferfanium%2Fmy-irancell-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferfanium%2Fmy-irancell-cli/lists"}