speclear

speclear - delete specific history in major windows browsers


Keywords
browser, history, chrome, firefox, opera, safari, ie
License
MIT
Install
pip install speclear==0.1

Documentation

speclear - delete specific history in major windows browsers

With speclear, you can delete sepcific history items in major installed browsers such as chrome, firefox, opera and safari in Windows. For Internet explorer (IE), specific segregation is not possible hence speclear will delete all IE history items. To prevent this, you can comment function ie_clear().

See below for more details.

Getting it:

To download speclear, either fork its github repo or simply use Pypi via pip.
$ pip install speclear

Compatibility:

speclear is compatible for python version > 3.0

Package dependency:

speclear needs sqlite3 to access sqlite databases of browsers, though it is installed as a standard library of python 3.

Using it:

Either via python module:

import speclear
speclear.delete_history('string-1', 'string-2',...)

Or via command line:

C:\Program Files\Python37\speclear_pkg\speclear>python3 -m speclear string-1 string-2

Sample output:

Info:: string(s) to be deleted: string-1 string-2 ...
Warning:: for chrome (profile 1) database seems locked, please close the browser
Info:: for chrome (profile 2), number of rows deleted is: 0
Info:: for chrome (profile 3), number of rows deleted is: 0
Info:: for firefox (profile 1), number of rows deleted is: 0
Info:: Browser not found: opera
Info:: Browser not found: safari
Info:: IE cleared

Author contact: