From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 286888296448 X-Google-Groups: supmua X-Google-Thread: 3030fda1bf,9b0a1fd3d162112e,start X-Google-Attributes: gid3030fda1bf,domainid0,public,googlegroup X-Google-NewGroupId: yes X-Received: by 10.66.219.104 with SMTP id pn8mr6981186pac.25.1413578695407; Fri, 17 Oct 2014 13:44:55 -0700 (PDT) X-BeenThere: supmua@googlegroups.com Received: by 10.107.7.87 with SMTP id 84ls1002032ioh.86.gmail; Fri, 17 Oct 2014 13:44:55 -0700 (PDT) X-Received: by 10.66.156.138 with SMTP id we10mr7260097pab.40.1413578695191; Fri, 17 Oct 2014 13:44:55 -0700 (PDT) Return-Path: Received: from mail-qa0-x233.google.com (mail-qa0-x233.google.com. [2607:f8b0:400d:c00::233]) by gmr-mx.google.com with ESMTPS id fl6si496516qcb.0.2014.10.17.13.44.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 17 Oct 2014 13:44:55 -0700 (PDT) Received-SPF: pass (google.com: domain of ben.pote@gmail.com designates 2607:f8b0:400d:c00::233 as permitted sender) client-ip=2607:f8b0:400d:c00::233; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of ben.pote@gmail.com designates 2607:f8b0:400d:c00::233 as permitted sender) smtp.mail=ben.pote@gmail.com; dkim=pass header.i=@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Received: by mail-qa0-f51.google.com with SMTP id k15so1042013qaq.24 for ; Fri, 17 Oct 2014 13:44:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:from:to:subject:date:message-id:user-agent :content-transfer-encoding; bh=sSL2GzZuN4ixS4ydkmihFamuPpJF60LnSuovSEyHxRI=; b=dhX+WPHSMGgVbt7bHZfO74plX2JbRjvYnxHkXL6uyUON7uVg/5nKiLOu+/YvFmHmSm c7vAn+4tS/6g1vY23r8JI1ABIhgSHZS3aM/uc3xFmEVEzM27ZKLK/DLQ5DgVO0ExufNe yoS6ffQG45lojl0NXYYqaFvJ3aZAD/ZNkldjcVmGUQwztb0SkAnZR2WeIHxc5ghrNgFg YSQGsUoAkNwRXxHypuf9/GQhLKAq359Mi5NBT27Dg3VULmhLGdTQdo89A9LHuj2KKwAo wWrwpKRvTlit4Y0pF25KcTAfv3bZDU9poOMJwaWLObnrXoB0TKb+3GohXD3HPS8aAwnV QVCQ== X-Received: by 10.224.151.80 with SMTP id b16mr15831004qaw.102.1413578695047; Fri, 17 Oct 2014 13:44:55 -0700 (PDT) Return-Path: Received: from localhost (153-33-41-155-wireless1x.bu.edu. [155.41.33.153]) by mx.google.com with ESMTPSA id w8sm1753828qay.5.2014.10.17.13.44.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Oct 2014 13:44:53 -0700 (PDT) Content-Type: text/plain; charset=UTF-8 From: Ben Pote To: None Subject: Sup + Google contacts Date: Fri, 17 Oct 2014 16:47:27 -0400 Message-Id: <1413578632-sup-5823@stromboli> User-Agent: Sup/0.18.0 Content-Transfer-Encoding: 8bit Hello sup-ers! I thought I would share a small script I wrote recently to facilitate accessing my google contacts in sup. It's written in Python, and depends on the googlecl (https://code.google.com/p/googlecl/) command line tools to get the initial input file. I have published the script on github: https://github.com/benpote/supContacts.py I hope this is helpful for someone out there! Ben