Skip to content

aidik/nostr-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.5%
  • Python 31.5%