- We're very happy to have you partake in this experience with us and even possibly contribute.
- However, due to an overwhelming amount of attention from the public this repository has seen an onslaught of attention.
- With that said, please do your due diligence and research your problem without opening unnecessary issue tickets.
- Searching here, reddit or Google will more than likely provide you with an answer.
- Common issues may be found at the bottom of this page.
- Those that are actively contributing to this project utilize the ticket system for tracking technical issues and having to answer the same question can really clog up the pipes for people who are presenting an original problem.
- For legitimate technical issues PLEASE abide by the given template and provide as much information as possible.
- For extensive logs, please use PasteBin.
- Make sure you have Oracle Java 1.8 JRE (JDK works too) installed (
java -version
in a command line)- If not, go here.
- Download the latest release from here.
- Download config.properties.template and save it in the same directory
- Rename
config.properties.template
toconfig.properties
(make sure your operating system doesn't rename it toconfig.properties.txt
) - Fill in the blanks
- Open a terminal (or
cmd.exe
on Windows) - Use
cd
to go into the directory with your config and the downloaded.jar
java -jar PokemonGoBot-VERSION.jar
(replace version with the downloaded one, or typePokemonGoBot-
and pressTAB
)
- Make sure you have Oracle Java JDK 1.8 installed (
java -version
in a command line)- If not, go here.
- Clone this repo:
git clone https://github.com/jabbink/PokemonGoBot.git && cd PokemonGoBot
or download the zip - Run from terminal/cmd:
gradlew build
- Copy
./config.properties.template
to./config.properties
- Modify
config.properties
as you please - To run the bot directly from console run
gradlew run
- ❗ If you use JetBrains IntelliJ, install the Lombok plugin and enable Settings -> Compiler -> Annotation Processors -> Enable annotation processing ❗
Do not simply close the console window, but press CTRL+C
first to terminate the bot gracefully. Otherwise there's a chance the process will still run in the background and give an address in use
error when you want to restart it.