Skip to content

ethereum/eth-rnd-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,608 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eth R&D Discord Archive

This is a human and machine readable archive of all discussions in the Eth R&D Discord.

Structure and Format

  • One directory per Discord channel
  • Each directory will contain JSON files for each day there was activity in the channel named YYYY-MM-DD.json

Format of the files:

[
    {
        "author": "<Discord username of the author>",
        "category": "<Discord channel category>",
        "parent": "<Channel parent if this message belongs to a thread>",
        "content": "<The actual message content>",
        "created_at": "<ISO8601 timestamp of the message>",
        "attachements": [
            {
                "type": "<mime type of the attachement>",
                "origin_name": "<original name of the attached file>",
                "content": "<hash of the attachement bytes>"
            }
        ]
    }
]

Attachements are located for each channel in the sub directory attachements. The attachement files are named as <attachement hash>.bin

All attachements are using Git LFS for storage. So make sure to have git lfs installed when you want to interact with the attachement files.

Updates

The archive is updated once a week by EF DevOps.

Known limitations

  • GIFs from discord are not captured. Messages with only a GIF will be empty
  • Emoji reactions are not captured
  • Mentions are not resolved to usernames yet. They will show internal Discord IDs
  • Threads might not be correctly exported atm

About

Message Archive of the Eth R&D Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors