queryfedbus.pyqueryfedbus2.pyThey get the same data: a list of messages sent to the specified mailing list, in this format:
sender email, mail subject, timestamp, datetime, datagrepper uuid
parsecsv.pyIt parses the resulting CSV from one of the previous script.
For each line:
Copy myconfig.cfg.example to myconfig.cfg, and edit it accordingly to your needs.
python3 ./queryfedbus.py <START_DATE> <END_DATE> <mailing_list_name>
python3 ./queryfedbus2.py <START_DATE> <END_DATE> <mailing_list_name>
START_DATE and END_DATE should have this format YYYY-MM_DD
mailing_list_name shoud be the part before @lists.fedoraproject.org
python3 parsecsv.py
It will parse the CSV defined as filetoparse in the configuration file.