banadiga / vk.civilwar.sikuli

Automation of the game `vk.civilwar`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automation of the game vk.civilwar

Functionality

  • Buy items in shop
  • Sent presents to fiends.

Install

  • Install java

How to Install java

  • Install sikuli

How to Install sikuli

  • Install vk.civilwar.skl

Just download vk.civilwar.skl v2.1

Run

java -jar <PATH_TO_SIKULIX>/sikulix.jar -r <PATH_TO_SKL>/vk.civilwar.skl --args buy-items

Help

  • About program
$> java -jar ~/Applications/sikulix/sikulix.jar -r vk.civilwar.skl --args  -h

usage: vk.civilwar.sikuli [-h] [--version] [-v] [-d]
                          {sent-presents,buy-items} ...

Automation of the game `vk.civilwar`

positional arguments:
  {sent-presents,buy-items}
                        Sub command help:
    sent-presents       Sent presents to fiends.
    buy-items           Buy items in shop.

optional arguments:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  -v, --verbose         increase output verbosity.
  -d, --debug           print lots of debugging statements.

Home page: <https://github.com/banadiga/vk.civilwar.sikuli/>
Documentation pade: <https://github.com/banadiga/vk.civilwar.sikuli/blob/master/README.md>
Report bugs to <banadiga@users.noreply.github.com> or <https://github.com/banadiga/vk.civilwar.sikuli/issues>
  • About buy-items
$> java -jar ~/Applications/sikulix/sikulix.jar -r vk.civilwar.skl --args  buy-items -h

usage: vk.civilwar.sikuli buy-items [-h] [-c COUNT] [-l {0,1,2,3,4,5}]

optional arguments:
  -h, --help            show this help message and exit
  -c COUNT, --count COUNT
                        amount of items. Default is 100.
  -l {0,1,2,3,4,5}, --level {0,1,2,3,4,5}
                        level of item. Default is 0.

About

Automation of the game `vk.civilwar`

License:MIT License


Languages

Language:HTML 66.5%Language:Python 33.5%