3 # Run userroles_from_logevents.py
 
   4 # Copyright (C) 2018  Nathan TeBlunthuis
 
   6 # This program is free software: you can redistribute it and/or modify
 
   7 # it under the terms of the GNU General Public License as published by
 
   8 # the Free Software Foundation, either version 3 of the License, or
 
   9 # (at your option) any later version.
 
  11 # you specify a csv file that has a list of wikis
 
  12 wikilist=example/wikiList.csv
 
  14 # specify a location for the output
 
  15 output=userroles/logevents/
 
  20 blocks_output=userroles/blockevents/
 
  23 ./userroles_from_logevents.py --sep=',' --blocks-output=$blocks_output  $wikilist $output