Say I wanted to have an account automatically post a quote - from a list that I have gathered - to nostr everyday. Where would I start

Reply to this note

Please Login to reply.

Discussion

Choose a language (JavaScript or Python can easily do this) but setting this up will take a little more knowledge of the underlying tech youre working with. So break it down and just try to get something simple working first. First try making a script that just signs a nostr event.

You might want to start a little more simple even. For now, just ask chat gpt about JavaScript and node and just get something basic working like a hello world script. Ask chatgpt when you have a question.