Installation and Usage Guide - ZuozHK19/T2DA GitHub Wiki
Installation
-
Install all the libs:
pip install -Ur requirements.txt
-
Close your browser and run our graphical client:
python3 GUI.py
-
Installation complete!
Usage
-
Start the programm:
python3 GUI.py
-
Press the green button
-
Read the initial analysis on the screen
-
Press "Show Report"
-
Study the report and see what you can learn from it!
Console instructions
You can also use our tool on the command line:
-
Close your browser, then run:
python sqlreader.py
Optionally put a copy of your cached SQLite database in the private folder if you want to keep your browser running.
-
Now pipe the resulting extracted content into our data packager, and save the resulting output, like this:
cat private/websites.csv | python packager.py datapackage > datapackage/data/places_100.csv
-
Look at the contents of the datapackage folder for the resulting (anonymized) data and report.
-
???
-
Profit!!!