Template for a private analytics archive built on top of the generic openai-git-charts project.
This repository is intended to be copied for each person's private data. It should keep:
- browser HAR captures from OpenAI/Codex analytics
- generated normalized CSV/JSON data
- generated HTML reports
- optional local Git repository configuration
The reusable code lives in:
openai-git-charts
That folder is expected to be a Git submodule in real use.
If this project was cloned without submodules:
git submodule update --init --recursiveCopy the example Git config if you want Git history charts:
cp config/git_repos.example.json config/git_repos.jsonThen edit config/git_repos.json.
Save Firefox/Chrome HAR files into:
data/raw/har/
python3 scripts/build_report.py --start 2026-04-23Open:
reports/personal-analytics.html
HAR files are sorted by modification time. For the same endpoint and date, the newest row wins.
Overlapping captures are safe and recommended.