/history-analyser

Web Browser History analyser using Python

Primary LanguagePythonApache License 2.0Apache-2.0

ARCHIVED: This project is now archived and will not be updated.

Check out pesos/browser-history if you're looking for a well maintained python package to extract browser history.

Build Status

Web Browser History Analyser

Requirements

  • Works on Windows, MacOS and Linux.
  • Supports Google Chrome, Mozilla Firefox and Safari.
  • Tested on Python 3.6.x
  • Required modules - pandas, matplotlib, sklearn

Installation

  • Create a virtual environment (preferred) using virtualenv -p python3 venv

  • Activate the virtualenv using following command-

    source venv/bin/activate (Linux)
    ./venv/bin/activate (Windows)

  • Install the dependencies using pip install -r requirements.txt

Usage

  • Run history_analyser.py using

    python history_analyser.py or python3 history_analyser.py