Skip to content

ddmbr/chats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chats

Python program to archive and analyze google chat logs.

This is a work in progress. I'm interested in taking a look at how IMs affect my work day since our company uses it a lot for communication. There's not much there yet in terms of actual analysis, but the code to pull down your chat, archive them, and make them available to things with is there.

Archiving your chats

import chats
logger = chats.GChatLog(user='username', passwd='1234')
logger.import_chats('/path/to/archive/dir') # this will save all of the chats on the server into individual files in that directory

About

Python program to archive and analyze google chat logs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%