node-red-contrib-googleplay

1.0.14 • Public • Published

node-red-contrib-googleplay

Node-RED node for google-play-scraper

Install

To install the stable version use the Menu - Manage palette - Install option and search for node-red-contrib-googleplay, or run the following command in your Node-RED user directory, typically ~/.node-red

npm install node-red-contrib-googleplay

wrapper googleplay

Node.js module to scrape application data from the Google Play store

Sample Flow

You can make this json string into a flow by using the node-red flow import function.

Params

msg.func = 'reviews';
msg.appId = 'com.google.android.apps.translate'

// msg.func = 'app';
// msg.appId = 'com.google.android.apps.translate'

// msg.func = 'search';
// msg.term = "chaca";
// msg.num =  2

// msg.func = 'developer';
// msg.devId = "Google";

// msg.func = 'suggest';
// msg.term = "panda";

// msg.func = 'categories';

// msg.func = 'permissions';
msg.country='us'

return msg;

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i node-red-contrib-googleplay

    Weekly Downloads

    20

    Version

    1.0.14

    License

    MIT

    Unpacked Size

    22.8 kB

    Total Files

    9

    Last publish

    Collaborators

    • gagagiga