Skip to content

ArtemijRodionov/yota

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yota

Build Status Build status

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 <wertins71@gmail.com>
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>

Getting Start

Create config file config.json:

{
  "name": "example@email.com",
  "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

Get the binary

See the Releases section.

Or install with cargo

$ cargo install --git https://github.com/artemiy312/yota

Requirements

On Linux:

OpenSSL 1.0.1, 1.0.2, or 1.1.0 with headers

License

This project is licensed under the MIT License - see the LICENSE file for details