I wanted to make a clean, simple, not spammy nostr not, which noted a quote or two per day

I'd get a lightweight VPS, but it'd be cool to host it on my node (raspiblitz)

Reply to this note

Please Login to reply.

Discussion

You can definitely self host it. You just need a database of quotes you want to note and then you need to connect to a relay and send a signed kind 1. Use whatever language you want. Read nip1 to learn signing. A bot is basically a client of its own that just does a thing in a schedule or listens for something and does a thing.

You probably just need a reference of signing an event in whatever language you're using. What language do you want to use?

I'd prob use python as I'm most comfortable with that now. I see you write a lot in Go

I'd love to write in rust, but not there yet. Still trying to write better in C, then transfer that over to my rust journey.

If you use go I have a discord bot you can reference and an RSS bot also.

I'll check that out

I love go... I also really liked python when I use to use it more.

:go:

Didn't click until you said it; a bot is basically a client of its own. I'll reread NIP1 to better understand

I hate bots unconditionally. ❤