Skip to content

sidtechnical/hakuna-metadata-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hakuna Metadata - 1

Browsing history visualization for (Linux or Apple) + Firefox combo.

P.S: Read the blog post before trying this tool.

Install instructions

For Linux

  • Download and unzip this repository.
  • In the unzipped folder on your computer, right click on an empty space and select "Open in terminal" option.
  • In the terminal, type sh requirements and press Enter.
  • The above command will install all the dependencies.
  • In the terminal, type python tool.py and press Enter.
  • Be patient, it might take a while. Once the program execution is done, it automatically opens up a web browser tab and displays the visualization.

For Apple macOS

  • Download and unzip this repository.
  • If you don't have Java installed, install it from here
  • In the unzipped folder on your computer, right click on an empty space and select "Open in terminal" option.
  • In the terminal, type sh requirements-iOS and press Enter.
  • The above command will install all the dependencies.
  • In the terminal, type python tool-iOS.py and press Enter.
  • Be patient, it might take a while. Once the program execution is done, it automatically opens up a web browser tab and displays the visualization.

Screenshots of working example

Browsing Pattern HeatMap

Browsing Pattern HeatMap

Browsing Pattern Anamoly

Browsing Pattern Anamoly

Search Keywords

Search Keywords

Psuedo Social Circles

Psuedo Social Circles

To-Do

  • Support for Windows and Chrome (or any other browser)
  • Improve the psuedo-social sphere by grouping by range rather than absolute value.