wetel-cli
wetel-cli is a lightweight command-line tool for accessing your We Telecom account information directly from the terminal.
Easily check your service number, balance, data usage, and plan details β all without needing to open a browser.
β¨ Features
- β
Login with your We Telecom service number and password
- π View current balance and plan usage
- π‘ Check remaining and used data
- π¦ See active offers and detailed plan info
π Installation
Go (recommended)
go install github.com/Feglawy/wetel-cli/cmd/wetel-cli@latest
Make sure your Go binary path is in your PATH. Usually it's:
- Linux/macOS:
~/go/bin
- Windows:
%USERPROFILE%\go\bin
Usage
once you installed it
wetel-cli
Available Flags
| Flag |
Description |
Example |
-num |
Service number for login (e.g., your phone number) |
-num=0238900000 |
-pass |
Password for login |
-pass=mypass123 |
-r |
Remember login credentials for future use (optional) |
-r |
example:
wetel-cli -num=0238900000 -pass=mypass123 -r
If no flags are provided, the CLI will prompt you to enter them interactively, with the password hidden during input for security.
Configuration
If -r is enabled, credentials are stored in your system in a file beside the app called loginInfo.json
you can edit it or delete it so you can login for other accounts
π§° Requirements
π§Ύ License
This project is licensed under the MIT License. See LICENSE for more information.
π FAQ
β Is this an official We Telecom tool?
- No β this is an independent, open-source CLI made for convenience.
π€ Contributing
Pull requests and suggestions are welcome!
- Fork the repo
- Create a new branch
- Commit your changes
- Open a PR