https://github.com/realazthat/chatgpt2graph
Graph ChatGPT usage over time.
https://github.com/realazthat/chatgpt2graph
chatgpt graph history
Last synced: 3 months ago
JSON representation
Graph ChatGPT usage over time.
- Host: GitHub
- URL: https://github.com/realazthat/chatgpt2graph
- Owner: realazthat
- License: mit
- Created: 2024-08-28T22:03:13.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-11T17:31:51.000Z (9 months ago)
- Last Synced: 2025-01-17T21:08:11.183Z (5 months ago)
- Topics: chatgpt, graph, history
- Language: JavaScript
- Homepage: https://realazthat.github.io/chatgpt2graph/
- Size: 19.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.help.generated.svg
- License: LICENSE.md
Awesome Lists containing this project
README
@font-face {
font-family: "Fira Code";
src: local("FiraCode-Regular"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Regular.woff2") format("woff2"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Regular.woff") format("woff");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Fira Code";
src: local("FiraCode-Bold"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff2/FiraCode-Bold.woff2") format("woff2"),
url("https://cdnjs.cloudflare.com/ajax/libs/firacode/6.2.0/woff/FiraCode-Bold.woff") format("woff");
font-style: bold;
font-weight: 700;
}
.terminal-773314981-matrix {
font-family: Fira Code, monospace;
font-size: 20px;
line-height: 24.4px;
font-variant-east-asian: full-width;
}
.terminal-773314981-title {
font-size: 18px;
font-weight: bold;
font-family: arial;
}
.terminal-773314981-r1 { fill: #d9d9d9 }
.terminal-773314981-r2 { fill: #878787 }
.terminal-773314981-r3 { fill: #d9d9d9;font-weight: bold }
.terminal-773314981-r4 { fill: #569cd6 }
.terminal-773314981-r5 { fill: #98e024 }chatgpt2graph 0.2.0 —
Graph ChatGPT usage over time.USAGE
▸
chatgpt2graph
<OPTIONS...>OPTIONS
-i
,
--input
<input-path>
Path to conversations.js, which you can get fromrequired
exporting your ChatGPT history via ChatGPT settings,downloading the zip file you get via email, and
extracting the conversations.json file.
--intermediary-dir
<intermediary-di If set, this directory will be filled with intermediaryr>
SVG files.--intermediary-file
<intermediary-f If set, this file will be filled with the final SVG.ile>
-o
,
--output
<output>
Path to the output SVG file.required
-w
,
--words
<words>
A list of words to mark as frustrations, separated byrequired
commas.GLOBAL OPTIONS
-h
,
--help
Display global help or command-related help.-V
,
--version
Display version.--no-color
Disable use of colors in output.-v
,
--verbose
Verbose mode: will also output debug messages.--quiet
Quiet mode - only displays warn and error messages.--silent
Silent mode: does not output anything, giving noindication of success or failure other than the exit
code.