forked from PokemonGoF/PokemonGo-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create multi-account.md (PokemonGoF#639)
someone make it better if you want
- Loading branch information
1 parent
5fa264d
commit 726edcb
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |