An open API service indexing awesome lists of open source software.

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.

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 from       

required
                             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 intermediary

    r>
                                   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 by  

required
                             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 no       

                                         indication of success or failure other than the exit   

                                         code.