From b03d274a1f400e1e1b92566f43a6542e5ae570d5 Mon Sep 17 00:00:00 2001 From: alciregi Date: Sep 27 2019 11:09:08 +0000 Subject: readme --- diff --git a/README.md b/README.md index b4201f9..8e484e9 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ 1. queryfedbus.py 2. queryfedbus2.py -They get the same data: a list of messages sent to the specified mailing list.
-* The first one get the messages in the specified range of dates. It takes a lot of time, because it queries for all the + They get the same data: a list of messages sent to the specified mailing list.
+ * The first one get the messages in the specified range of dates. It takes a lot of time, because it queries for all the messages in any mailing list. For each message it parses if it was addressed to the mailing list we want to get statistics. -* Te latter is much faster, because it queries datagrepper using the "contains" parameter. However the data range is limited + * Te latter is much faster, because it queries datagrepper using the "contains" parameter. However the data range is limited to 224 days in the past. 3. parsecsv.py