Skip to content

Command Line Arguments

seikur0 edited this page Sep 26, 2016 · 2 revisions

Command Line Arguments

Arguments are not required, but if used, they overwrite the settings in the 'usersettings.json' file, the standard id without arguments is 0. The arguments are appended to the python main0.py command, for example: python main0.py -id 1 -p

'-id': is the id of the worker(s) and determines stuff like the name of the data log file and the place where it will scan, account settings are read from the 'usersettings.json' file

'-r': is the radius around the center scanning point in m. If you use it with '-hx' it's the number of hexagon layers around the center hexagon, layers time 120 m is the approximate radius for that case.

'-hx': uses the old hexagon scanning pattern instead of the new circular one

'-t': is the minimum time interval between scans

'-lat': latitude

'-lng': longitude

'-loc': location, you can specify the name of a location and the coordinates will be set to that, overwrites -lat and -lng

'-s': scans, will quit after the specified number of scans, 1 for single scans

'-tos': use this argument to make all accounts accept the tos at the start (only needed once for new accounts)

'-v': use this to let it print the found pokemons in the console forever during iscan (without it, until 5 minutes after the map becomes live)

'-d': aka dumb mode, will prevent it from changing to iscan mode. (learning file is still created)

'-p': plan mode, this can be used to scan multiple areas and create learning files in a row