harvest is a simple terminal user interface application for harvesting data from Nostr relays. It supports both harvesting historical data and streaming real-time events.
config.toml
[[job]]
mode = "harvest" # or stream
relays = ["wss://relay.damus.io"]
kinds = [3]
until = "2025-01-01T00:00:00Z"
interval = 5The application will automatically update the until dates, allowing you to resume the process from where you left.
