(c) 2020 Shaun Rasmusen
A helper tool for retreiving information from the Etsy API that is otherwise more difficult to access through their site or only exposed programmatically.
First, install tkinter (if not included with python) and requests,
then run: ETSY_API_KEY={api_key} python3 main.py
substituting {api_key}
for
your Etsy API key. Your API key may also be saved to .api_key
in the root
directory.
First, install tkinter (if not included with python), py2app
and requests, then run
ETSY_API_KEY={api_key} make package-app
substituting {api_key}
for your Etsy
API key.
This will package a standalone .app
for Etsy Tool and save it under dist/
.
NOTE: This app is not guaranteed to be cross-version compatible. If packaged on MacOS 10.14, it may only work on that version.