1.0.7 • Published 4 years ago

appstore-comments-to-csv v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Install

npm install appstore-comments-to-csv

Description

  • 500 comments will be collected from app store and generate csv files.
  • Two types of collection files.
    • Helpful
    • Recent

Usage

const {
  collectAppStoreComments,
  generateCommentsJSON,
} = require("appstore-comments-to-csv");

// first argument => App Id
// second argument => App Name (name of directory which will contain result files)
collectAppStoreComments(874656917, "IAM");

// first argument => App Id
// second argument => SORT,  RECENT | HELPFUL
const recentComments = await generateCommentsJSON(appId, "RECENT");
const helpfulComments = await generateCommentsJSON(appId, "HELPFUL");

How to find AppStore App Id?

img1.png

img2.png

Output

img3.png

img4.png

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago