diff --git a/Dockerfile b/Dockerfile index b5cb543..a9e44e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM python:3.13.6-bullseye RUN apt-get update && apt-get upgrade -y # Unit testing -RUN pip3 install --upgrade pytest +RUN pip3 install --upgrade pytest pyyaml # Set working directory WORKDIR /app diff --git a/README.md b/README.md index 4bb8447..747cb29 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ PokemonGo Bot via screen mirroring ### About -Using [screen mirroring](https://support.apple.com/en-us/120421), click on repeatable locations with random delays and random click accuracy. +Using iPhone/Mac [screen mirroring](https://support.apple.com/en-us/120421), click on repeatable locations with random delays and random click accuracy in order to automate repetitive PokemonGo Tasks. ### Configuration -Edit the coordinates for your system in [`config.py`](config.py). I'd recommend placing the screen mirroring application in an easily repeatable location (Ex. bottom right of screen). +Edit the `anchor` point for your system in one of the `.yaml` files in [`configs/`](/configs). I'd recommend placing the screen mirroring application in an easily repeatable location (Ex. bottom right of screen). The anchor point should be the center of the red 'x' on the top left of the screen mirroring window. The coordinates of the current mouse position can be easily obtained via `cmd` + `shift` + `4`.