How to use - GediminasMasaitis/PokeEase GitHub Wiki

How to use
PokeEase was created with user experience in mind, installation being no exception.
Steps to get everything working
- Download your favorite bot. At the moment we support PokeMobBot, as well as NecroBot and it's many forks.
- Make sure your bot is configured to use WebSockets and port
14251.
- For PokeMobBot:
- Make sure you are running version
2.0.1or later. Earlier versions are not supported! - Open
Config\config.json - In section
StartUpSettings, make sureWebSocketPortis set to14251
- Make sure you are running version
- For NecroBot:
- Open
Config\config.json - Make sure
UseWebsocketis set totrue. It is set tofalseby default! - Make sure
WebSocketPortis set to14251
- Open
- Download PokeEase in one of the following ways:
- Using this direct link to a zip file
- Using git and cloning our repository
- Start your bot of choice
- In your PokeEase folder, run
launch.batto launch the GUI in borderless chrome window OR go to foldersrc, and runPokeEase.html.
If you notice any bugs, report them on our GitHub issue tracker.