An open API service indexing awesome lists of open source software.

https://github.com/osfunapps/os-android-google-play-links-grabber-npm

Will grab all of the google play links from a given Google Play Console account.
https://github.com/osfunapps/os-android-google-play-links-grabber-npm

automation googleplay helper node npm osapps

Last synced: 3 months ago
JSON representation

Will grab all of the google play links from a given Google Play Console account.

Awesome Lists containing this project

README

        

Introduction
------------

Will grab all of the google play links from a given Google Play Console account.

## Installation
Install via npm:
```js
npm i os-android-google-play-links-grabber
```
## Usage
```js
const lg = require('os-android-google-play-links-grabber');
await lg.grabGooglePlayLinks()
```
## Additional notes
This is an automated module which uses [os-puppeteer-helper](https://github.com/osfunapps/os-puppeteer-helper-npm) to automate links grabbing and more.

## Links
[npm os-puppeteer-helper](https://github.com/osfunapps/os-puppeteer-helper-npm)

## Licence
ISC