mattn / algia

A cli application for nostr
MIT License
179 stars 25 forks source link

Long post support (kind:30023) #18

Open Fastidious opened 5 months ago

Fastidious commented 5 months ago

Does the client supports long post (kind:30023)? If so, what is the option? If not, could it be added? :-) Thanks!

Fastidious commented 5 months ago

Never mind, it does supports kind:30023! Wow, so nice! In case anyone had the same question as me, the simple usage is:

cat test.txt | algia n --article-title "A long post test" --article-name "A long post test" --article-summary "This is a long post test. Let's see if it works as intended." --stdin

I found that --article-name and --article-title were required to make the post a kind:30023.