Skip to content

this is an application which will crawl through shopify inspirations, and gives us the csv file of products

Notifications You must be signed in to change notification settings

Faheemvc/shopify-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopifyScrapper

This Web scrapper crawl through shopify inspiration websites and gives the products data as csv file

Installation

install required elixir

def deps do
  [
    {:shopifyscrap, "~> 0.1.0"}
  ]
end

Run following

  • Install dependancies
mix deps.get
  • Start server
mix phx.server
  • Start server with iex
iex -S mix phx.server

About

this is an application which will crawl through shopify inspirations, and gives us the csv file of products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages