Skip to content

Instantly share code, notes, and snippets.

View ApplyHiTech's full-sized avatar

ApplyHiTech ApplyHiTech

View GitHub Profile
{
"cells": [
{
"cell_type": "code",
"execution_count": 54,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [

Created by Jai-Chaudhary Nov 2015

Download Session IDs by Opening Chrome, Logging into Empatica, Clicking All Sessions. Then, click (F12), console tab and enter following commands

var sessionIDs = []
$(".sessionID").each(function() {
    sessionIDs.push($(this).text());    
});
JSON.stringify(sessionIDs)