Skip to content

Tools for processing Yahoo Groups data in JSON

License

Notifications You must be signed in to change notification settings

apdame/YG-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

YG-tools

A collection of Python 3.x scripts to process Yahoo! Group data in JSON, originally scraped using tools like Yahoo-Groups-Archivers-w-cookie-support. Currently, none of these require any additional dependencies. More scripts may be added in the future, depending on user or community need.

  • threadparser.py - Parses Yahoo! Group messages originally in JSON into e-mail readable format. Each thread is its own indivdiual .txt file, entitled with its original Thread ID number and subject. It includes the option to redact identifying information in the header, such as From, To, CC, etc. While redaction cannot fully anonymize files, it does offer some privacy and limits how the files could be used to large-scale analysis. For simplicity's sake, script looks for JSON files within the folder it's in, so it should be placed with them - unlike Usenet, message and thread IDs are not unique identifiers, so only a single group can be processed at a time. The output of this script was primarily designed for human readability and preservation, though it could be easily modified to output files into a mailbox format for import elsewhere.

About

Tools for processing Yahoo Groups data in JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages