forked from tehp/OpenPoGoBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json.example
More file actions
34 lines (34 loc) · 900 Bytes
/
config.json.example
File metadata and controls
34 lines (34 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"auth_service": "google",
"username": "YOURACCOUNT@gmail.com",
"password": "YOURPASSWORD",
"location": "SOME LOCATION",
"gmapkey": "GOOGLE API KEY",
"google_directions": true,
"incubation_fill": false,
"incubation_use_all": false,
"incubation_priority": ["10km", "5km", "2km"],
"incubation_restrict": {
"2km": 901
},
"cp": 100,
"max_steps": 50,
"walk": 4.16,
"initial_transfer": false,
"recycle_items": false,
"pokemon_potential": 0.70,
"location_cache": true,
"distance_unit": "km",
"item_filter": {
"1": { "keep": 50 },
"101": { "keep": 10 },
"102": { "keep": 30 },
"103": { "keep": 30 },
"201": { "keep": 30 },
"701": { "keep": 100 }
},
"path_finder": "google",
"navigator": "fort",
"navigator_waypoints": [],
"navigator_campsite": null
}