vote up 0 vote down star
1

I'd like to be able to get all my Google chat logs so that I can use them for training a chat bot type of thing.

I am aware of the limitations that have been imposed by Google so that chats cannot be simply downloaded through IMAP. I'm looking for workarounds.

flag

51% accept rate
This isn't really programming related. – senfo Dec 31 '08 at 4:52
1  
i need to write a program that will access google mail and download data to be fed into another program. i'm not sure why this wouldn't be considered programming related. – carrier Dec 31 '08 at 15:45

4 Answers

vote up 1 vote down

It's not possible to download the chat logs unless they're attached to an email conversation - maybe you could fwd all of the logs that are held in your 'chats' folder and then download the conversations over IMAP or POP?

link|flag
vote up 0 vote down

Take a wander through the Google Talk API. And this may, or may not, help too: GMailAPI

link|flag
vote up 0 vote down

If you know how to download a email. You can do the same to chat. Because chats are nothing but an email tagged with label chat. If you see chats, they are actually sent from the person you chatted with to you.

link|flag
vote up -1 vote down

It is not possible to download the Google chat logs unless they are attached to an email conversation. See, for example, the Wikipedia entry on Google Talk and the two references therein.

link|flag
1  
You can view them in gmail, which means you are technically downloading them. Worst case scenario, you could scrape them all. – TM Dec 31 '08 at 3:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.