Skip to content

A simple python script to parse conversations.json and churn out prompt stats

License

Notifications You must be signed in to change notification settings

pranman/chatgptstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

chatgptstats

A simple python script to parse conversations.json (from ChatGPT) and churn out prompt stats

Just download your data from openai and put conversations.json in the same folder as calc.py then run "python calc.py"

Script output:

User - Total prompts: xx, Total words: xxxx, Total characters: xxxxxx
Assistant - Total prompts: xx, Total words: xxxx, Total characters: xxxxxx

About

A simple python script to parse conversations.json and churn out prompt stats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages