alella / browserhist

A CLI tool to fetch local browser data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browserhist

A CLI tool to fetch local browser data

History can either be dumped to a JSON file are uploaded to elasticsearch.

Currently supports:

  • Firefox on MacOS and Linux
  • Chromiumm on Linux
  • Google Chrome on MacOS

Results are of the format

[
  {
    "url": "https://www.mozilla.org/en-US/firefox/59.0.1/firstrun/",
    "title": "Welcome to Firefox",
    "node": "machine01",
    "timestamp": "2018-03-17 21:01:30+00:00",
    "domain": "mozilla.org",
    "profile": "diacp6z2.default",
    "browser": "firefox",
    "local": {
      "timestamp": "2018-03-17 17:01:30-04:00",
      "hour": 17,
      "weekday": 5,
      "month": "Mar",
      "year": 2018
    }
  }
]

Usage:

pip install "git+https://github.com/alella/browserhist.git"
browserhist --help

Development

pipenv install
pipenv shell
pip install --editable .
browserhist --help

About

A CLI tool to fetch local browser data

License:MIT License


Languages

Language:Python 100.0%