Convert and browse Grok Chat export JSON as Markdown, HTML, CSV, SQLite, and JSON.
Project description
Grok Export Viewer
Convert, browse, and search your Grok Chat export (prod-grok-backend.json) offline into Markdown, HTML (with live search), CSV, SQLite, or JSON.
Installation
pip install grok-export-viewer
Usage
# Place your JSON file in data/
grok-export-viewer -s data/prod-grok-backend.json -f html
open data/html/index.html # macOS (use xdg-open on Linux, start on Windows)
# Other formats: md, csv, json, sqlite
grok-export-viewer -s data/prod-grok-backend.json -f csv
Features
- Convert Grok JSON exports to multiple formats.
- HTML output includes a searchable index.
- Lightweight and offline processing.
- Supports Python 3.8+.
Development
git clone https://github.com/your-username/grok-export-viewer.git
cd grok-export-viewer
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -e ".[test]"
pytest
Contributing
See CONTRIBUTING.md for guidelines.
Changelog
See CHANGELOG.md for release history.
License
MIT License. See LICENSE for details.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file grok_export_viewer-0.1.1.tar.gz.
File metadata
- Download URL: grok_export_viewer-0.1.1.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
130c72052b954eae4e415da26f574b96036d4a19ac509cb851626025c8cb95a4
|
|
| MD5 |
2f1476c069a17f0b500d464f6cff963b
|
|
| BLAKE2b-256 |
4f3e96219d0b6dbd7963140f8b97339e6bc850227f466e0e2e23210a4f5c1215
|
File details
Details for the file grok_export_viewer-0.1.1-py3-none-any.whl.
File metadata
- Download URL: grok_export_viewer-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eea75b8c2319cd23ec8ee0d7333c1e0b34022f209176ff9d9c4f6329b23e602
|
|
| MD5 |
e652143768b0e31e2f1838e3f7749682
|
|
| BLAKE2b-256 |
dc1691a6f7f6b7f194e13cb623312c80e2376f9c7a0999e890fd3c214ca2693a
|