1
0

Initialize the repository for the wikia user roles scraper project.

This commit is contained in:
2018-06-02 14:48:17 -07:00
commit c7e2daffcc
11 changed files with 1719 additions and 0 deletions

12
scrape_list.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# you specify a csv file that has a list of wikis
wikilist=example/wikiList.csv
# specify a location for the output
o1=userroles
o2=listusers
output=userroles/listusers/
mkdir $o1
mkdir $output
./userroles_from_listusers.py --sep=',' $wikilist $output