Whats everyones favorite nostr development kit thing for using nostr with Python or Go?

Reply to this note

Please Login to reply.

Discussion

Was asking the same thing related to python. Did not get anything substantive.

Im current using noscl and hacking crap together with subprocess calls but this is really not the way to go

Was thinking about doing the same thing.

This is used for Python: https://github.com/jeffthibault/python-nostr

I starting making my own Python nostr library because I thought the one above was too complicated though.

For go, ZBD has one similar to their nostr tools JavaScript library:

https://github.com/nbd-wtf/go-nostr

Good to know. A limiting factor on Python-nostr is that it needs Python 3.9 so ill have to create another environment

True