Changes a device's speed of Yota provider. Supports accounts with multiple devices. Runs on Windows, macOS, Linux.
$ yota --help
yota 0.1.2
Artemiy Rodionov <[email protected]>
Changes a device's speed of Yota provider.
USAGE:
yota [OPTIONS] <SPEED>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c, --config <PATH> Sets a custom config file path. Default: $HOME/.yota/default.json
ARGS:
<SPEED>
Create config file config.json
:
{
"name": "[email protected]",
"password": "pass",
"iccid": "11111111111"
}
You may find ICCID of the device at "yota.ru/selfcare/devices".
Change the speed:
$ yota -c config.json 7.1
See the Releases section.
$ cargo install --git https://github.com/artemiy312/yota
On Linux:
OpenSSL 1.0.1, 1.0.2, or 1.1.0 with headers
This project is licensed under the MIT License - see the LICENSE file for details