migstr is a simple Nostr relay migration tool that downloads events from one or more relays and either prints them as NDJSON or pushes them to a destination relay. Current version 0.1.2, released as an experimental CLI tool. Key differentiators: extremely simple interface (single npx command), supports multiple source relays with automatic destination relay detection, and output to file or direct relay push. No dependencies beyond Node.js and npm.
npm install migstrNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Downloads all events from a single relay for a given pubkey and saves them as NDJSON.
Use only one source relay if you want to output to stdout. For multiple sources, ensure the last is the destination.
Check the relay URL format (e.g., wss://relay.damus.io)
No dependency data recorded yet.