I think there is potential in building little social games like this. I have a small project in mind and Iโm looking for some info (or an example) on how to create a bot that responds to #Nostr notes. Could you point me in the right direction? ๐
Login to reply
Replies (1)
Nostr uses web sockets so you would need to use a language that supports web sockets or relays (typescript, python, node, etc). You could also use plain javascript and automate it in a web browser. The browser page would just have to stay open all the time. Not as stable, but it could work -- and the advantage there is you could interface with Alby to send the zaps pretty easily.