wpt_csv_filter chmod + readme

This commit is contained in:
gauthiier 2015-07-08 09:13:04 +02:00
parent 0f9a067c91
commit 7caa002d31
2 changed files with 10 additions and 0 deletions

8
webpagetest/README.md Normal file
View File

@ -0,0 +1,8 @@
Usage: wpt_csv_filter.py [options]
Options:
-h, --help show this help message and exit
-f FILE, --file=FILE wpt csv input file
-b BUGS, --bugs=BUGS ghostery (formated) bugs input file
-k, --keep keeps the non bugs html element
-s, --stats prints basic stats

2
webpagetest/wpt_csv_filter.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2.7
import sys, csv, json, os
from optparse import OptionParser