forked from Project-Path-of-Exile-Wiki/PyPoE
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexport.bash
More file actions
executable file
·32 lines (28 loc) · 1.38 KB
/
export.bash
File metadata and controls
executable file
·32 lines (28 loc) · 1.38 KB
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
#!/usr/bin/env bash
# dry run:
# ./export.bash --write -w -w-dr -w-d -w-mt 8 -w-u $USERNAME -w-pw $PASSWORD
# perform export:
# ./export.bash --write -w -w-mt 8 -w-u $USERNAME -w-pw $PASSWORD
set -x
pypoe_exporter setup perform
pypoe_exporter --quiet wiki items item rowid --store-images --convert-images=md5sum "$@"
pypoe_exporter --quiet wiki items maps --store-images --convert-images=.png "$@"
pypoe_exporter --quiet wiki items atlas_icons --store-images --convert-images=.png "$@"
pypoe_exporter --quiet wiki passive rowid --store-images --convert-images=md5sum "$@"
pypoe_exporter --quiet wiki incursion rooms rowid "$@"
pypoe_exporter --quiet wiki area rowid "$@"
pypoe_exporter --quiet wiki lua bestiary "$@"
pypoe_exporter --quiet wiki lua blight "$@"
pypoe_exporter --quiet wiki lua crafting_bench "$@"
pypoe_exporter --quiet wiki lua delve "$@"
pypoe_exporter --quiet wiki lua harvest "$@"
pypoe_exporter --quiet wiki lua heist "$@"
pypoe_exporter --quiet wiki lua monster "$@"
pypoe_exporter --quiet wiki lua pantheon "$@"
pypoe_exporter --quiet wiki lua synthesis "$@"
pypoe_exporter --quiet wiki lua ot "$@"
pypoe_exporter --quiet wiki lua minimap "$@"
pypoe_exporter --quiet wiki skill by_row --store-images --convert-images=md5sum "$@"
pypoe_exporter --quiet wiki mastery effects rowid "$@"
pypoe_exporter --quiet wiki mastery groups rowid "$@"
pypoe_exporter --quiet wiki monster rowid "$@"