Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89021

Importing/migrating Mailman mbox files into Google Groups?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!ecngs!feeder2.ecngs.de!81.171.88.16.MISMATCH!hq-usenetpeers.eweka.nl!hq-usenetpeers.eweka.nl!bcyclone04.am1.xlned.com!bcyclone04.am1.xlned.com!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.018
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'imported': 0.09; 'pointers': 0.09; 'subject:files': 0.09; 'subject:into': 0.09; 'url:archive': 0.09; 'mailman': 0.10; 'api': 0.11; 'python': 0.11; 'archive': 0.14; '(it': 0.16; 'apis.': 0.16; 'attempted': 0.16; 'time.)': 0.16; 'subject:Mailman': 0.18; 'skip': 0.24; 'this:': 0.26; 'subject:/': 0.26; 'message-id:@mail.gmail.com': 0.30; 'bunch': 0.31; 'anyone': 0.31; 'quite': 0.32; 'ago': 0.33; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'there': 0.35; 'possible': 0.36; 'subject:?': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.38; 'list,': 0.38; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'new': 0.61; 'such': 0.63; 'today': 0.64; 'here': 0.66; 'side': 0.67; 'bikes.': 0.84; 'url:reference': 0.84; 'url:v1': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=LR3T6oJixo9uHvZIQgD+U5eJE00Ht1A6+lwGgbf4x2w=; b=CxAJ6X24kjzxgi8FthOV4MQ+xDhAJAg2OTsdmb53jGU2fTNMWkfOCTY03nBb5FK9BW XcKvMS2EZ7n5CxKDKw+PVmrwIaJ1NpmQMn8j16IhpNeGfq2kUQjk5eWC6wGiuGivF6vM rVqLlS19/nbQFcWXKiwp3a5oW5THFGgD9XWxC3MBkISkaLpMTxpSPhsKO712ZFyxmIds 1vVLTGec4/kvcsQyhY0ZIGDvHIGVTfgdGVRLyLxMc28ExTpNiIRD0s4+FwZ3XYV8seaM +c/u8c++31Ku5v8EmndwspH5lP+6Oq79ZLHhJ90eZ8hCev5Uy1MB3A7wyAEgpU/ywxUm qlVQ==
MIME-Version 1.0
X-Received by 10.60.15.133 with SMTP id x5mr25490344oec.80.1429191159403; Thu, 16 Apr 2015 06:32:39 -0700 (PDT)
Date Thu, 16 Apr 2015 08:32:39 -0500
Subject Importing/migrating Mailman mbox files into Google Groups?
From Skip Montanaro <skip.montanaro@gmail.com>
To Python <python-list@python.org>
Content-Type multipart/alternative; boundary=089e014945c05f58f80513d77f12
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.341.1429191162.12925.python-list@python.org> (permalink)
Lines 40
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1429191162 news.xs4all.nl 2945 [2001:888:2000:d::a6]:60050
X-Complaints-To abuse@xs4all.nl
X-Received-Body-CRC 1553046412
X-Received-Bytes 5010
Xref csiph.com comp.lang.python:89021

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

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...

Skip

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Importing/migrating Mailman mbox files into Google Groups? Skip Montanaro <skip.montanaro@gmail.com> - 2015-04-16 08:32 -0500

csiph-web