Add card info and image downloading

Only tested on Windows
This commit is contained in:
2023-12-10 03:50:19 -05:00
parent 4a3f8f5004
commit 2fd4280c74
3 changed files with 60 additions and 1 deletions

4
data/get_card_info.bat Normal file
View File

@@ -0,0 +1,4 @@
curl.exe --output cardinfo.json --url https://db.ygoprodeck.com/api/v7/cardinfo.php
curl.exe --output cardsets.json --url https://db.ygoprodeck.com/api/v7/cardsets.php
curl.exe --output archetypes.json --url https://db.ygoprodeck.com/api/v7/archetypes.php
wmic os get localdatetime > last_update_time.txt