-
Notifications
You must be signed in to change notification settings - Fork 1
/
makefile
33 lines (22 loc) · 1.06 KB
/
makefile
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
filter = true
url0 = 'https://github.com/pokemongo-dev-contrib/pokemongo-game-master/raw/master/versions/latest/GAME_MASTER.json'
url1 = 'https://raw.githubusercontent.com/pokemongo-dev-contrib/pokemongo-game-master/master/versions/latest/GAME_MASTER.json'
url2 = 'https://github.com/ZeChrales/PogoAssets/raw/master/gamemaster/gamemaster.json'
url3 = 'https://github.com/PokeMiners/game_masters/raw/master/latest/latest.json'
dw-data:
wget -q --no-check-certificate --no-cache --no-cookies ${url3} -O 'GAME_MASTER.json'
dw0:
wget -q --no-check-certificate --no-cache --no-cookies ${url0} -O 'GAME_MASTER.json'
dw1:
wget -q --no-check-certificate --no-cache --no-cookies ${url1} -O 'GAME_MASTER.json'
dw2:
wget -q --no-check-certificate --no-cache --no-cookies ${url2} -O 'GAME_MASTER.json'
dw3:
wget -q --no-check-certificate --no-cache --no-cookies ${url3} -O 'GAME_MASTER.json'
gen-data: filter-pm-stats filter-pm-go
filter-pm-stats:
node filter-pokemon-stats.js filter=${filter}
filter-pm-go:
node filter-pm-go.js
get-legendary-moves:
node get-legemdary-moves.js