Closed RagingRoosevelt closed 2 years ago
LGTM. Thanks for your contributions!
Thanks for the really well put together module!
I'd been trying to write something similar and had gotten stuck on the login stuff when I found your work. Always fun to learn some new stuff along the way, too!
Addresses #15 and #16
Adds
Shopgoodwill
methodget_item_shipping_estimate
that calls the/itemDetail/CalculateShipping
endpoint with anitem_id
and zip code to estimate shipping cost. This is a little dirty since that endpoint returns partial HTML from which the price has to be extracted. No clean JSON return for this. Keeping in theme with @scottmconway's "what they hell were they thinking" observations.Updates the
requirements.txt
entry forCrypto
withpycryptodome
to address some import problems that come up withpycrypto
or other choices for package fulfilling theCrypto
need.