This is a human and machine readable archive of all discussions in the Eth R&D Discord.
- 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.
The archive is updated once a week by EF DevOps.
- 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