Oddbean new post about | logout
 Btw, I've actually already started working on this and it's being going great. Hardest part now is making sure no issues get duplicated by running the bot multiple times. My goal is to do it in a reproducible way without the need to keep a local state. #devstr
nostr:nevent1qqsv7q8fhc7uzkgw4v6xrpffwqjyekg9gskxyrz0hyf99h8mfulhg4cpz3mhxw309akx7cmpd35x7um58g6rsd3e9upzp5x7h70mzt00s86r6lrfg2dm0pyp9tq7f5k48gszmd42cl4yk3nvqvzqqqqqqyw8m28t 
 Great one Fren thanks 👍😊 

#BTC #Zap⚡#Nostr #JulianAssangeIsFree 🔥🚀 
 Super excited about this.
Are you using an `r` tag to store the uri of the issue/PR/comment and then searching relays to check if its already been posted?
Are the posts from github posted under a single npub, or one npub per user? If one per user, are they determinisically generated from a single secret? 
 Yes!

One npub per user. For now they are non-deterministic but doing them deterministically is actually a great idea! I'll go back and do that.

On the github side, everything is done through a single bot account that just prefaces everything with "@Alice on nostr said ...".