Code Monkey home page Code Monkey logo

email-analytics's Introduction

Email Analytics

A small tool written in Python which analyses your email behaviour. Features include:

  • Visualising times when emails were sent and received
  • Viewing most common words in subject titles
  • Viewing most common senders and recipients of emails

See the following link for examples of the graphical output:

http://www.jaijuneja.com/blog/2014/01/what-can-learn-from-emails/

Currently has only been tested using Gmail and Microsoft Exchange.

How to run

  • Open config.py and enter the IMAP settings for your email account
  • Open terminal, cd into the root directory and type python analytics.py
  • Note that this requires Python 2.7 as it uses the Counter class in the collections module. It is NOT compatible with Python 3.x.

To do

  • Implement list of words to exclude from rankings (e.g. 'and', 're:' etc.)
  • Analyse message bodies - e.g. most common words/topics discussed
  • Handle multiple email accounts and sent/received emails at once?
  • Compute probability over time of day of sending/receiving email

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.