Bez popisu

Richard Köhl 814a64d8c1 Merge branch 'main' of ssh://git.koehls.de:10022/ric/hero-wars-capturer před 1 rokem
templates 30982adf37 add death detection před 1 rokem
.env.example d74dd3669a add environment variables to example před 1 rokem
.gitignore f25a31fb4c add .env file před 1 rokem
Readme.md 83be77c1b5 add Readme před 1 rokem
capture.py 519ba1e389 get configuration from .env file před 1 rokem
dungeon.py 2e63f5379c optimize sleep times, add action output před 1 rokem
extract.py caee9d452e add screenshot tool před 1 rokem
helper.py 98e0ab1cbe fallback to screenshot path if ram drive is not available před 1 rokem
locate.py 24c6c859e0 formatting před 1 rokem
requirements.txt f25a31fb4c add .env file před 1 rokem
screenshot.py a4b84fcf59 visualize sleeps před 1 rokem

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