mirror of
https://github.com/jooray/nostr-scripts.git
synced 2026-01-03 06:15:31 +00:00
630 B
630 B
nostr-scripts
These are a few scripts that I use for Nostr.
They usually need nak in PATH.
nostr-backup.sh
Used to backup my notes to my own relay. You need to edit the script to configure everything, it's well commented.
I run it from cron.
slow-post.py
Used to slowly post events to a nostr relay. Many relays have rate limits, so I want to delay posting, so I don't hammer them with events. You can adjust the speed of posting by changing the sleep time in the source code.
slow-post-all.sh
Micro script that orchestrates posting to many relays at once. Uses slow-post.py.