11 years agoPackages up the data from Analytics.
Ross Jones []
Packages up the data from Analytics.

- Makes sure we get the right account by requiring a new googleanalytics.account
config option which will be used to look up the correct account details.

- Changed the model to use the sqlalchemy orm and made sure it does the updates correctly.

- Still need to collect further info (such as the group details)

11 years agoflake8
Ross Jones []
flake8

11 years agoCommented the code in ga_auth
Ross Jones []
Commented the code in ga_auth

11 years agoMinor documentation update
Ross Jones []
Minor documentation update

11 years agoMinor RST error
Ross Jones []
Minor RST error

11 years agoImplement oauth2 for accessing google analytics
Ross Jones []
Implement oauth2 for accessing google analytics

- Provided a command (getauthtoken) to go through the auth flow and have
the user's oauth credentials written to local disk.
- Make sure loadanalytics command uses the token file to authenticate on
the request
- Added documentation on how to get the credentials (from google) to allow
for the oauth2 flow.
- Added google-api-client to the requirements

11 years agoInitial iteration
David Read []
Initial iteration

11 years agoInitial commit
David Read []
Initial commit