Skip to main content

A python module to extract browser history

Project description

browser-history

tests Documentation Status PyPI version

browser-history is a simple, zero-dependencies, developer-friendly python package to retrieve (almost) any browser's history on (almost) any platform.

Quick Start

Installation

pip install browser-history

Usage

from browser_history.browsers import Firefox

f = Firefox()

his = f.history()
  • Firefox in the above snippet can be replaced with any of the supported browsers.
  • his is a list of (datetime.datetime, url) tuples.

Check out the documentation for more details.

Supported Browsers

Read the documentation

License

Licensed under the Apache License, Version 2.0 (the "License")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

browser-history-0.1.1.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

browser_history-0.1.1-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page