Skip to content

Files

Latest commit

407b8c9 · Aug 29, 2016

History

History
32 lines (24 loc) · 1.8 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.8 KB

PokemonGoBot-JSON-Generator

Multi-bot JSON generator for jabbink/PokemonGoBot. Well tested with PTC accounts.

#Pre-requisites

#Usage (Windows/Linux) Windows CLI

Command parameters: php cli.php <accounts.txt> <template.json> <gui_port_start>

Example 1: php cli.php accounts-example1.csv default.json 33000

Example 2: php cli.php accounts-example2.csv default.json 50000

#Output Check /bot-settings folder and copy/move the desired .json files to your PokemonGoBot /bot-settings folder. You must re-start the bot to see any changes.

#Notes

  • Default Proxy type is set to HTTP. You can modify this in your config template file (line 14).
  • Default Rest API password will be set to mydefaultpassword if not found in your accounts-list.file. Check this example.
  • Accounts file syntax:
##USERNAME##;##PASSWORD##;##LATITUDE##;##LONGITUDE##;##RESTAPIPASSWORD##;##PROXYIP##;##PROXYPORT##
  • Tags will be replaced following your config template file. Check this example.