Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 376 Bytes

File metadata and controls

13 lines (9 loc) · 376 Bytes

shoppy_query_fetch

For shoppy.com sellers

Set Up

Open fetch_query.py and fetch_order.py and add your shoppy API key.

pip3 install -r requirements.txt to install needed packages

Running on windows

in command line, run set FLASK_APP=application.py then flask run

Running on linux

in command line, run export FLASK_APP=application.py then flask run