Skip to content

Instantly share code, notes, and snippets.

View konstantinfarrell's full-sized avatar

Konstantin Farrell konstantinfarrell

View GitHub Profile
@konstantinfarrell
konstantinfarrell / foo.js
Last active September 5, 2019 20:33
Google scraper stuff
var scraper = require("google-play-scraper")
// get a list of apps
var apps = scraper.search({
term: "foo",
num: 100,
})
var meta = []