* dclone ip hunting This is add on to pause the bot and send msg to discord if we are able to obtain the correct hot ip for dclone. * Update for dclone ip check using messenger instead of discord update param for section on dclone move the block to check for ip to after town spawn * update for dclone for ip hunting allow setting to disable to ip search
21 lines
298 B
YAML
21 lines
298 B
YAML
name: botty
|
|
dependencies:
|
|
- python=3.9
|
|
- pip
|
|
- pip:
|
|
- pyinstaller
|
|
- opencv-python
|
|
- transitions
|
|
- mss
|
|
- numpy
|
|
- mouse
|
|
- keyboard
|
|
- beautifultable
|
|
- pytweening
|
|
- requests
|
|
- pytest
|
|
- pytest-env
|
|
- pytest-pythonpath
|
|
- graphviz
|
|
- psutil
|