Skip to content

Instantly share code, notes, and snippets.

View rddaz2013's full-sized avatar

Rene Dworschak rddaz2013

View GitHub Profile
@rddaz2013
rddaz2013 / ingress-comm.js
Created December 28, 2015 12:12 — forked from yoshimov/ingress-comm.js
Collect Ingress COMM log with PhantomJS
/* SETTINGS */
var l='';
var p='';
var area = 'https://www.ingress.com/intel?ll=35.5841133,139.4988137&z=14';
var v = 20000; //Delay between capturing screenshots, in milliseconds (1000 ms = 1 s)
var reloadtime = 60000 * 120;
var width = 900; //Picture width
var height = 500; //Picture height
var folder = './'; //Folder where to save screenshots, with / (or \) on the end. '.' means current folder.
phantom.injectJs('settings.js');