1.0.14 • Published 2 years ago

node-red-contrib-googleplay v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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;
1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago