Post by someone
nostr_bot would be the more appropriate tool to extend.
I've already written a bot that will mirror events from people you follow. If someone wants to make it more generic, the framework allows for easy extensibility.
github.com/davestgermain/nostr_bot/blob/master/nostr_bot/examples/mirror.py
1
0
0
0
Is yours faster than
github.com/jeffthibault/python-nostr
1
0
1
0
I would think so. I started aionostr because I wanted an async API that was also easy to use and understand. Async seems to be the better choice for nostr use cases.
As a result, with nostr_bot, it's easy to write all sorts of bots, and run them simultaneously.
0
0
0
0