Check the data balance of multiple accounts at the same time.
- You need to have Node.js installed. Install node.js
- Run the command
npm i -g balance-store
balance-store [command] [options]
options :
-f
or--file
Example Usage :
$ balance-store save
OR
$ balance-store save -f /Path/To/File
NB: The file MUST contain the usernames and passwords in this format
john.doe password1
luxxxxx password2
options :
-f
or--file
--auto
Example Usage :
$ balance-store update
OR
$ balance-store update --auto
OR
$ balance-store update -f /Path/To/File
NB: The file MUST contain the usernames and passwords in this format
john.doe password1
luxxxxx password2
options :
--has-data
--empty
--invalid
Example Usage :
$ balance-store display
OR
$ balance-store display --has-data
OR
$ balance-store display --empty
Example Usage :
$ balance-store remove
For more info run:
balance-store --help
OR balance-store [command] --help