Skip to content

Commit

Permalink
Major improvements for v1.1.6
Browse files Browse the repository at this point in the history
- Implemented new web scraping methodology by looking at set checklist and pulling by collector number, in the case of judge promo and misc promo cards use card name, artist name, and string "likeness" for set name. Much more accurate than the previous method.
- Deprecated "alternate card" system as it is thus far unneeded with the new methodology
- Deprecated download_special() and special.json as it is thus far unneeded with the new methodology
- Deprecated core.handle() as it was never used, may write a log_exception() in the future
- Implemented new print queue system using constants.console
- Implemented scryfall commands using best practices from the scryfall API (docs pending)
- Added card count
- Added unidecode to reqs
  • Loading branch information
Investigamer committed Jul 22, 2022
1 parent 058cd96 commit f637494
Show file tree
Hide file tree
Showing 10 changed files with 450 additions and 424 deletions.
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# --- SOURCE DIRECTORY
{'src': os.path.join(MTG, 'codes.json'), 'dst': os.path.join(DIST_MTG, 'codes.json')},
{'src': os.path.join(MTG, 'links.json'), 'dst': os.path.join(DIST_MTG, 'links.json')},
{'src': os.path.join(MTG, 'special.json'), 'dst': os.path.join(DIST_MTG, 'special.json')},
{'src': os.path.join(MTG, 'scryfall.json'), 'dst': os.path.join(DIST_MTG, 'scryfall.json')},
]

Expand Down
Loading

0 comments on commit f637494

Please sign in to comment.