Configurable SendToUI Pipeline
It would be nice to be able to select the module and the function to which the data is sent when doing
:rpc.cast(ui_node, CrawlyUI, :store_item,
is it something you could be interested in?
For context:
I'm using crawly to scan amazon, on top of it I've added something similar to CrawlyUI and I would like to send the item to that module. I workaround it by having a module called CrawlyUI that can handle the call but I would be nice to add it in the config
Yes, I think it should be fine to do that. However, if the configuration is not set the pipeline should probably default to the CrawlyUI..
I will try to open a pull request this weekend
@oltarasenko can you give me the permission to push to the repo 🙏 ?
Invite sent.