]> code.communitydata.science - wikia_userroles_scraper.git/blob - scrape_log.sh
675ba3ed13cd6af1a2a4abc0eae218446e2de989
[wikia_userroles_scraper.git] / scrape_log.sh
1 #!/usr/bin/env bash
2
3 # Run userroles_from_logevents.py
4 # Copyright (C) 2018  Nathan TeBlunthuis
5
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.
10
11 # you specify a csv file that has a list of wikis
12 wikilist=example/wikiList.csv
13
14 # specify a location for the output
15 output=userroles/logevents/
16 o1=userroles
17 mkdir $o1
18 mkdir $output
19
20 blocks_output=userroles/blockevents/
21 mkdir $blocks_output
22
23 ./userroles_from_logevents.py --sep=',' --blocks-output=$blocks_output  $wikilist $output

Community Data Science Collective || Want to submit a patch?