Skip to content

A nostr micro-app which allows the user to sign and publish events in bulk via CSV.

License

Notifications You must be signed in to change notification settings

coracle-social/csv-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nostr CSV Uploader

A nostr micro-app which allows the user to sign and publish events in bulk via CSV.

Use it at csv-importer.coracle.social.

Preparing your file

CSVs should have "kind", "content", "created_at", and "tags" headings. All headings are required, and must be in order, but content, tags, and created_at may be blank.

  • kind must be an integer matching the desired event kind
  • content must be a string to be placed in the event content
  • created_at must be an integer representing the number of seconds since the unix epoch. Leave this blank and the app will fill it in to the current time.
  • tags may be blank, or it may be a comma-separated list of tag parameters. Each cell to the right may be an additional tag. Be sure to quote your tags to avoid confusing the CSV parser.

About

A nostr micro-app which allows the user to sign and publish events in bulk via CSV.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages