aboutsummaryrefslogtreecommitdiff
path: root/data/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'data/update.sh')
-rw-r--r--data/update.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/update.sh b/data/update.sh
new file mode 100644
index 0000000..7ae5351
--- /dev/null
+++ b/data/update.sh
@@ -0,0 +1,5 @@
+curl https://ygocdb.com/api/v0/cards.zip -o cards.zip
+unzip cards.zip
+rm cards.zip
+python3 build-card-info.py
+