Painless Google Analytics
Project description
# Gapy
Gapy is a thin service account client for Google Analytics.
# Get set up
First you need to create a service account in your [Google API Console](https://code.google.com/apis/console). Then just create a gapy client and start querying.
{{{python import gapy
client = gapy.service_account() client.query.get(“12345”, datetime(2012, 1, 1), datetime(2012, 2, 2), “visits”, “date”) }}}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gapy-0.0.1.tar.gz
(3.8 kB
view hashes)