Skip to content

kishaningithub/shopify-csv-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shopify csv download

Build Status Go Doc Go Report Card standard-readme compliant Downloads Latest release

Download a shopify site in a csv format that the shopify importer understands

Table of Contents

Install

Using Homebrew

brew tap kishaningithub/tap
brew install shopify-csv-download

Using Binary

# All unix environments with curl
curl -sfL https://raw.githubusercontent.com/kishaningithub/shopify-csv-download/master/install.sh | sudo sh -s -- -b /usr/local/bin

# In alpine linux (as it does not come with curl by default)
wget -O - -q https://raw.githubusercontent.com/kishaningithub/shopify-csv-download/master/install.sh | sudo sh -s -- -b /usr/local/bin

Usage

Accessing publicly exposed products

shopify-csv-download https://shopify-site.com > shopify-site-products.csv

Private products using API Key

shopify-csv-download --full-url https://{{api_key}}:{{api_password}}@{{store_name}}.myshopify.com/admin/products.json > shopify-site-products.csv

Maintainers

@kishaningithub

Contribute

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2018 Kishan B

About

Download a shopify site in a csv format that the shopify importer understands

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •