/EmailWordCloud

Script that gathers recent emails and creates a word cloud based on the appearance of words in the content of the mail. I want to use it to get a general view of like a month of email and can possibly use it to give recaps.

Primary LanguagePython

#EmailWordCloud

Pretty Simple Script that uses the Nylas api to gather recent email then uses NLTK package to clean up and tokenize mail content, finally the wordcloud pakage creates a wordcloud based on the tokenized list.

##TODO Add an abstraction layer to allow users to customize amount of emails Use other packages to allow better ways of displaying the data like sentiment analysis and trends Build a front end