Skip to content

Latest commit

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Shopify reviews crawler

Go Report Card

Buy Me A Coffee

Shopify reviews crawler fetches all reviews of an app from Shopify app store

Installation

$ go get -u github.com/sudoLife/shopify

Example Code

import (
"encoding/json""os""github.com/sudoLife/shopify"
)
funcmain() {
reviews:=shopify.Parse("https://apps.shopify.com/YourApp/reviews")
enc:=json.NewEncoder(os.Stdout)
enc.SetIndent("", " ")
enc.Encode(reviews)
}

Usage

After above code has been saved as something like get-reviews.go, run the following command to scrape the data in JSON:

$ go run get-reviews.go

Third party libraries

About

An easy-to-use crawler to keep track of reviews of an app on Shopify.

Topics

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages