<div dir="ltr">Would it be possible to normalize by the number of mailing list members and also by "active" members? The latter would be tricky to define.</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Jul 30, 2018 at 3:29 PM Victor Stinner <<a href="mailto:vstinner@redhat.com">vstinner@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Bob,<br><br>I wrote a basic script to compute the number of emails per PEP. It requires to download gzipped mbox files from the web page of archives per month, then ungzip them:<br><a href="https://github.com/vstinner/misc/blob/master/python/parse_mailman_mbox_peps.py" target="_blank">https://github.com/vstinner/misc/blob/master/python/parse_mailman_mbox_peps.py</a><br><br>Results:<br><a href="https://mail.python.org/pipermail/python-committers/2018-April/005310.html" target="_blank">https://mail.python.org/pipermail/python-committers/2018-April/005310.html</a><br><br>Victor<br><br>Le lundi 30 juillet 2018, Bob Purvy <<a href="mailto:bpurvy@gmail.com" target="_blank">bpurvy@gmail.com</a>> a écrit :<br>> hi all,<br>> I've been trying to figure out how to access the archives programmatically. I'm sure this is easy once you know, but googling various things hasn't worked.  What I want to do is graph the number of messages about PEP 572 by time.  (or has someone already done that?)<br>> I installed GNU Mailman, and downloaded the gzip'ed archives for a number of months and unzipped them, and I suspect that there's some way to get them all into a single database, but it hasn't jumped out at me.  If I count the "Message-ID" lines, the "Subject:" lines, and the "\nFrom " lines in one of those text files, I get slightly different numbers for each.<br>> Alternatively, they're maybe already in a database, and I just need API access to do the querying?  Can someone help me out?<br>> Bob
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/mike%40selik.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/mike%40selik.org</a><br>
</blockquote></div>