On Fri, 9 Aug 2013 07:34:53 -0700 (PDT)
[email protected] wrote:

> 
> What would be a rough estimates of actual Leo users? In the tens, hundreds 
> or thousands?
> I know, it involves quite a bit of speculation, but still...
> 

My leo email folder has 11,000 messages starting from 2010-08-17.

import mailbox
import email

mb = mailbox.MH("/home/tbrown/Mail/misc/leo")
users = set()
for msg in mb:
    users.add(email.utils.parseaddr(msg['From'])[1])
    print len(users)

>>> 401

>From that we can deduce that the above script generates a set with
401 members :-)

I'm sure user base is always significantly greater than mailing list
participation, but what the ratio would be, I have no idea.

How often is leo-editor-latest.zip downloaded from
http://www.greygreen.org/leo/ ... well, I and only just found this out
now, 220.181.157.*, which is in China, is downloading it constantly, so
it's very hard to tell.  Why are the doing that - it makes no sense.
By constantly I mean 67 times in the last 24 hours.  

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to