Нет описания

Richard Köhl e91eec5257 update requirements, fix fallback output 1 год назад
templates 30982adf37 add death detection 1 год назад
.env.example d74dd3669a add environment variables to example 1 год назад
.gitignore f25a31fb4c add .env file 1 год назад
Readme.md 83be77c1b5 add Readme 1 год назад
capture.py 519ba1e389 get configuration from .env file 1 год назад
dungeon.py 2e63f5379c optimize sleep times, add action output 1 год назад
extract.py caee9d452e add screenshot tool 1 год назад
helper.py e91eec5257 update requirements, fix fallback output 1 год назад
locate.py 24c6c859e0 formatting 1 год назад
requirements.txt e91eec5257 update requirements, fix fallback output 1 год назад
screenshot.py a4b84fcf59 visualize sleeps 1 год назад

Readme.md

Hero Wars Dungeon runner

requirements

python

python needs to be installed

following python packages are needed

pip install -r requirements.txt

environment

  • copy the .env.example-file to .env
  • adjust the ip address of your android device

adb

adb commandline tool needs to be installed with Android Studio. (with sdk manager install Android SDK > SDK Tools: Android SDK Build-Tools, Android SDK Command-line Tools, Android SDK Platform-Tools and Google USB Driver)

if you want to work wireless:

  • set adb port to 5555 while connected via usb:

    adb tcpip 5555
    
  • connect wireless to device (with your android's ip address)

    adb connect 192.168.178.32:5555