diff options
| author | Mistivia <i@mistivia.com> | 2025-02-08 16:43:20 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-02-08 16:45:54 +0800 |
| commit | 5db7a8c78da09e7d5f7454ba019d39be04d8795e (patch) | |
| tree | 4264c2d4a1008fc65ffb04fd93226a8b6998f698 /data/build.sh | |
| parent | ea9350a570fcb8011bb2678ad8b60486772e411d (diff) | |
version 0.1
Diffstat (limited to 'data/build.sh')
| -rw-r--r-- | data/build.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/build.sh b/data/build.sh new file mode 100644 index 0000000..7ae5351 --- /dev/null +++ b/data/build.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 + |
