Skip to content

A python script to separate messages from a long single line json file created by Discord History Tracker.

License

Notifications You must be signed in to change notification settings

KyleReese/Discord-Tracker-Json-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Tracker-Json-cleanup

A python script to separate messages from a long single line json file created by Discord History Tracker.

The browser script Discord History Tracker will parse and save the contents of a discord channel to a json file. However, this json file is created as a single line in the text file making it near impossible to process when saving the history of a large channel.

This script will create a new file filled with all of the messages of the discord channel separated by newlines. This allows for easy parallel processing of the text as in my use case of creating a word cloud out of over 2 million messages.

About

A python script to separate messages from a long single line json file created by Discord History Tracker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages