9

I would like to download all messages from a Google Groups because I want to analyze the discussion available in there. How can I do it?

E.g. https://groups.google.com/forum/#!forum/thackday

Kara
  • 6,115
  • 16
  • 50
  • 57
darlinton
  • 2,131
  • 16
  • 21
  • in Google app script , it's not possible. – Hann Feb 15 '15 at 11:19
  • Possible duplicate of [Download all messages from a Google group](https://stackoverflow.com/questions/23522705/download-all-messages-from-a-google-group) – Rubén Jun 23 '19 at 20:30

1 Answers1

0

Over a year after your post, someone else asked a very similar question. The OP used a screen scraper program/tool, but the selected answer was to use "... the gdata python library to get a list of all groups along with their respective URLs. From there I used selenium to scrape the groups for messages and all replies."

Community
  • 1
  • 1
clairestreb
  • 1,243
  • 12
  • 24