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.
- Host: GitHub
- URL: https://github.com/osfunapps/os-android-google-play-links-grabber-npm
- Owner: osfunapps
- Created: 2019-10-02T06:21:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T14:29:35.000Z (over 4 years ago)
- Last Synced: 2025-03-18T10:56:45.294Z (3 months ago)
- Topics: automation, googleplay, helper, node, npm, osapps
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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