Download all messages from a Google group

后端 未结 3 2043
我寻月下人不归
我寻月下人不归 2020-12-25 12:16

I\'m in the process of developing a Google apps migration/archive system and at this point in development I\'m trying to come up with a way to download all messages in all t

3条回答
  •  借酒劲吻你
    2020-12-25 12:54

    If you don't mind using #bash, you may try a tool I wrote

    https://github.com/icy/google-group-crawler

    It can download all mbox files from Google Group. If you have a cookie file, you can even download all files from a private Google Group, and/or to see all original emails. It can also read rss feeds and fetch the latest posts ; and this is useful for daily mirror.

    An example result is here http://l.archlinuxvn.org/archlinuxvn/. MHonArch is used to convert mbox files into HTML format.

提交回复
热议问题