Skip to content

ideal-knee/dk-gmail-analytics

Repository files navigation

DK Gmail Analytics

Find out which email addresses emailed you the most last week.

Usage

  1. Install Java and Leiningen

  2. Somehow get a hold of a Gmail API client ID, secret, and refresh token

* Maybe using [this](https://github.com/mikeflynn/gmail-clj/blob/master/resources/index.html) or
  [this](https://developers.google.com/gmail/api/auth/about-auth)
  1. Save your auth stuff in an EDN file

    {:client-id "<client-id>"
     :client-secret "<client-secret>"
     :refresh-token "<refresh-token>" }
    
  2. lein run <path-to-config-file>

License

Copyright © 2017 Dan Kee

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published