Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89097
| Date | 2015-04-18 10:33 +1000 |
|---|---|
| From | Cameron Simpson <cs@zip.com.au> |
| Subject | Re: Importing/migrating Mailman mbox files into Google Groups? |
| References | <CANc-5Uw9cBhuZ6qOAAFDmZhtpqhO8ZbyEALw1MyJ06b0PVVG8Q@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.385.1429317245.12925.python-list@python.org> (permalink) |
On 16Apr2015 08:32, Skip Montanaro <skip.montanaro@gmail.com> wrote:
>Quite sometime ago (2011?), the classic-rendezvous mailing list, which had
>been hosted by a Mailman instance at bikelist.org, was reconstituted as a
>Google Group. Just a bunch of old bikies interested in vintage bikes. The
>original archives were never imported into the new group. (It might not
>have been possible at that time.) I suspect there might be a way to
>accomplish that today using some Google API like this:
>
>https://developers.google.com/admin-sdk/groups-migration/v1/reference/archive/insert
>
>Has anyone here attempted such a feat? I have no problem with the Python
>side of traversing the necessary mbox archive files, but have no experience
>with any of the Google APIs.
>
>Pointers appreciated...
Hmm, I have never used these.
However, before you get very excited see if people can get messages back out of
the archive. A major annoyance for me with GGroups versus mailman is that if I
join a group I cannot download the historical archive. (This is a standard step
for me when I join a mailing list. I hear mailman 3 might be tossing this
facility; I am unimpressed.)
Returning to the original question, it looks like the uppload format is pretty
simple. This page:
https://developers.google.com/admin-sdk/groups-migration/v1/guides/manage-email-migrations#group_migration_media_upload
which is linked to from your link seems to show an example.
Cheers,
Cameron Simpson <cs@zip.com.au>
Facts do not discourage the conspiracy-minded.
- Robert Crawford <rawford@iac.net>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Importing/migrating Mailman mbox files into Google Groups? Cameron Simpson <cs@zip.com.au> - 2015-04-18 10:33 +1000
csiph-web