Files
my-botty/environment.yml
cutebeast 2aff1800ef dclone ip hunting (#270)
* 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
2021-12-12 16:15:20 +01:00

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