]> code.communitydata.science - wikia_userroles_scraper.git/commitdiff
put in the longer version of the copyright master
authorgroceryheist <nathante@uw.edu>
Sat, 2 Jun 2018 22:05:11 +0000 (15:05 -0700)
committergroceryheist <nathante@uw.edu>
Sat, 2 Jun 2018 22:05:11 +0000 (15:05 -0700)
scrape_list.sh
scrape_log.sh
scraper_utils.py
setup.py
userroles_from_listusers.py
userroles_from_logevents.py

index ada076e3b2a2dfb2375294b130c47c825c691301..99ff9edf561c74506368d6cf059b2e9a52fd0712 100755 (executable)
@@ -8,6 +8,14 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # you specify a csv file that has a list of wikis
 wikilist=example/wikiList.csv
 
 # you specify a csv file that has a list of wikis
 wikilist=example/wikiList.csv
 
index 675ba3ed13cd6af1a2a4abc0eae218446e2de989..69bc2d52a56308ab30e4006696bb391a703b3ddd 100755 (executable)
@@ -8,6 +8,14 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # you specify a csv file that has a list of wikis
 wikilist=example/wikiList.csv
 
 # you specify a csv file that has a list of wikis
 wikilist=example/wikiList.csv
 
index 76016e37da8c4df23f722a4413c2c397e033a2b0..696c59be8818702cfeb970968fe8608e64b8c143 100644 (file)
@@ -6,6 +6,14 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 # returns an iterator of wiki,url tuples
 import pandas as pd
 from os import makedirs, path
 # returns an iterator of wiki,url tuples
 import pandas as pd
 from os import makedirs, path
index 5ca888fa6c7c056929d8421bd489a0c85230cf3a..b97abbb523ba1a851e6951ddf9fc35db8805509e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
 # configuration for the python package
 # Copyright (C) 2018  Nathan TeBlunthuis
 
 # configuration for the python package
 # Copyright (C) 2018  Nathan TeBlunthuis
 
@@ -6,8 +8,14 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
-#!/usr/bin/env python3
 from setuptools import setup
 
 setup(name='WikiaUserrolesScraper',
 from setuptools import setup
 
 setup(name='WikiaUserrolesScraper',
index 3378d282c210f21302c73203d47725b9ca5e7ff1..33cbe21a117fb98f7cd8c92528082eb336a03a78 100755 (executable)
@@ -8,6 +8,14 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
 import argparse
 import csv
 import json
 import argparse
 import csv
 import json
index 8c28cc3c5df24ecbaa2f47150b5e7416bde94e27..8800a1fc9557dee5d14616eeb304bdf994325ed6 100755 (executable)
@@ -8,6 +8,13 @@
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 from os import path
 import argparse
 
 from os import path
 import argparse

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