From c03e348a57963d75757c0e7ac6fefeb71ee73870 Mon Sep 17 00:00:00 2001 From: Keep Creating Online Date: Sat, 4 Jan 2025 00:09:51 -0500 Subject: [PATCH] update --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e92c489..7d88f01 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,23 @@ - **Viewer**: Load JSON archives to browse and analyze event data. Includes advanced filtering options like regex search, date ranges, and kind filtering. - **Broadcast**: Distribute archived events to multiple relays with progress tracking and verification. +## Supported Event Kinds + +Archivestr collects the following types of Nostr events: + +| **Kind** | **Description** | +|----------|----------------------------------------------------| +| 0 | **Profile Metadata**: Information like name, bio, and picture. | +| 1 | **Short Text Note**: Regular posts and updates. | +| 2 | **Relay Recommendation**: Suggested relays for others to use. | +| 3 | **Contacts**: List of followed users and their relays. | +| 4 | **Encrypted DM**: Direct messages encrypted for specific recipients. | +| 6 | **Repost**: Shared content from other users. | +| 7 | **Reaction**: Reactions to posts, such as likes or emojis. | +| 10002 | **Relay List**: Preferred relays for an account. | +| 30023 | **Long-Form Content**: Blog posts, articles, or other extended content. | +| 10509 | **Ephemeral DM**: Short-lived direct messages. | + ## Getting Started ### Prerequisites