Skip to content

Simple GUI tool to access additional details from the Etsy API

Notifications You must be signed in to change notification settings

ardentras/etsy-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etsy Tool

(c) 2020 Shaun Rasmusen


Description

A helper tool for retreiving information from the Etsy API that is otherwise more difficult to access through their site or only exposed programmatically.


How to Run

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.


Packaging for Mac

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.

About

Simple GUI tool to access additional details from the Etsy API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published