Skip to content

nesttle/PokemonGoBot-JSON-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Multi-bot JSON generator for jabbink/PokemonGoBot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages