aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_card_listing.py
Commit message (Collapse)AuthorAgeFilesLines
* retrieve draft rates in card listingsFlorian Fischer2025-07-031-0/+12
|
* fix mode and typo in scriptsFlorian Fischer2025-05-181-1/+1
|
* use python to generate card listingsFlorian Fischer2022-01-041-0/+51
The previous make/shell based approach results in only a single placeholder id 'placeholder-0' because we invoke generate_card.py for each card which will initialize the placeholder id count each time with 0. Now we generate the whole car listing in python which greatly reduces the number of program invocations and allows the placeholder id to be incremented for each listed card.