{"id":16776285,"url":"https://github.com/darkarp/histexport","last_synced_at":"2026-02-17T21:02:38.553Z","repository":{"id":193534743,"uuid":"688997811","full_name":"darkarp/histexport","owner":"darkarp","description":"Export Chromium-based browser and download history to various formats.","archived":false,"fork":false,"pushed_at":"2024-10-22T10:22:14.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T07:39:52.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/darkarp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-08T14:53:58.000Z","updated_at":"2025-10-06T07:38:25.000Z","dependencies_parsed_at":"2024-10-23T04:51:48.403Z","dependency_job_id":null,"html_url":"https://github.com/darkarp/histexport","commit_stats":null,"previous_names":["darkarp/historyexporter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/darkarp/histexport","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkarp%2Fhistexport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkarp%2Fhistexport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkarp%2Fhistexport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkarp%2Fhistexport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darkarp","download_url":"https://codeload.github.com/darkarp/histexport/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darkarp%2Fhistexport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29558100,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T20:52:40.164Z","status":"ssl_error","status_checked_at":"2026-02-17T20:48:10.325Z","response_time":100,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T07:09:27.327Z","updated_at":"2026-02-17T21:02:38.537Z","avatar_url":"https://github.com/darkarp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# History Exporter\n\n![Build Status](https://img.shields.io/badge/build-passing-green)\n![GitHub release](https://img.shields.io/github/release/darkarp/histexport.svg)\n![License](https://img.shields.io/github/license/darkarp/histexport.svg)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n  - [Command Line Interface](#command-line-interface)\n- [Data Extraction](#data-extraction)\n- [Output Formats](#output-formats)\n- [Logging](#logging)\n- [License](#license)\n\n## Introduction\n\nHistoryExtractor is a Python utility aimed at exporting Chromium-based browser history and downloads data to various formats such as CSV, XLSX, and TXT. Designed with a focus on user flexibility, this tool provides customizable extraction options to suit different needs.\n\n## Prerequisites\n\n- Python 3.7+\n\n## Installation\n\n### Method 1: Using pip\n\nYou can install `histexport` directly using pip:\n  ```\n  pip install histexport\n  ```  \n\n### Method 2: From GitHub Repository\n\n1. Clone the GitHub repository.\n  ```\n  git clone https://github.com/darkarp/histexport.git\n  ```\n2. Navigate to the project directory.\n  ```\n  cd histexport\n  ```\n3. Install the required Python packages.\n  ```\n  pip install -e .\n  ```  \n\nEither of these methods will install the required Python packages and make `histexport` available for use.\n\n## Usage\n\n### Command Line Interface\n\n1. Basic extraction of URLs and Downloads in `txt`:\n ```\n histexport -i path/to/history/history_file -o output_file\n ```\n\n2. Specify output directory and formats:\n ```\n histexport -i path/to/history/history_file -o output_file -d path/to/output -f csv xlsx\n ```\n\n3. Enable logging (`-l`):\n ```\n histexport -i path/to/history/history_file -o output_file -l\n ```  \n\n4. Extract from a folder of SQLite files:\n ```\n histexport -i path/to/history_folder -t folder -o output_file -d path/to/output -f csv xlsx -e urls downloads\n ```\n\n#### Arguments\n\n- `-i`, `--input`: Path to the SQLite history file. (required)\n- `-t`, `--type`: Type of the input: file or folder. Default is file\n- `-o`, `--output`: Base name for output files. (required)\n- `-d`, `--dir`: Output directory. (optional, default is `./`)\n- `-f`, `--formats`: Output formats (csv, xlsx, txt). (optional, default is `txt`)\n- `-e`, `--extract`: Data to extract (urls, downloads). (optional, default is both)\n- `-l`, `--log`: Enable logging. (optional, default is disabled. \n  - `-l 1`: CRITICAL\n  - `-l 2`: ERROR\n  - `-l 3`: WARNING\n  - `-l 4`: INFO\n  - `-l 5`: DEBUG\n- `-v`, `--version`: Show version.\n\n## Data Extraction\n\nThe tool allows extraction of:\n\n- URLs: Fetches `URL`, `Title`, `Visit_Count`, and `Last_Visit_Time`.\n- Downloads: Extracts `Target_Path`, `Start_Time`, `End_Time`, `Total_Bytes`, `Received_Bytes`, and `URL`.\n\n## Output Formats\n\nYou can export the data into:\n\n- CSV\n- XLSX (Excel)\n- TXT (Pretty printed text file)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkarp%2Fhistexport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarkarp%2Fhistexport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarkarp%2Fhistexport/lists"}