Skip to content

Commit

Permalink
Create multi-account.md (PokemonGoF#639)
Browse files Browse the repository at this point in the history
someone make it better if you want
  • Loading branch information
FrostTheFox authored Aug 14, 2016
1 parent 5fa264d commit 726edcb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/extras/multi-account.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Using Multiple Accounts

PokemonGo-Map supports using multiple accounts to run a worker with multiple threads.


## Using Command Line Arguments:

To use multiple accounts when running from the command line, you must specify multiple -u and -p values.
Example: ![](http://thunderfox.nl/sharex/ym9wqVkdgo.png)

If you have multiple accounts with the same password, you can specify one -p value. PokemonGo-Map will use the value for all specified accounts.
Example: ![](http://thunderfox.nl/sharex/0D87g662Kb.png)

## Using config.ini

To use multiple accounts with config.ini, you must surround all the accounts and passwords in brackets [] and seperate them with a comma and space.
Example: ![](http://thunderfox.nl/sharex/AgAA51omos.png)

If you have multiple accounts with the same password, you can specify one password value similar to the command line.
Example: ![](http://thunderfox.nl/sharex/7DCL90Mtht.png)

0 comments on commit 726edcb

Please sign in to comment.