aboutsummaryrefslogtreecommitdiff
path: root/data/update.sh
blob: d9b5594410e28cf1160cbb63bc2afd32dcba8d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
curl https://ygocdb.com/api/v0/idChangelog.jsonp -o ../src/id_changelog.json
curl https://ygocdb.com/api/v0/cards.zip -o cards.zip
unzip cards.zip
rm cards.zip
python3 build-card-info.py
python3 split.py
python3 genbanlist.py > ../src/ocg_banlist.json
python3 cn-genbanlist.py > ../src/cnocg_banlist.json
python3 tcg-genbanlist.py > ../src/tcg_banlist.json
python3 md-genbanlist.py > ../src/md_banlist.json

rsync -avz ./card_db_parts/ root@raye:/volume/webroot/card_db_parts/
cd ..
sh deploy.sh