Nice. I'd love to see a client-server combination. So maybe a flask website, or a general website to interact with. Mostly thought it would be to handle incoming traffic instead of outgoing traffic. Could you post an example?
I can't quite grasp the current usecase, so i would like to see how a client and a server would respond to each other. With an clear implementation of the server the usecase of the client would be more obvious, i hope.
This module is essentially a wrapper for common network mechanisms (HTTP, IRC, ...) aimed to program clients more conveniently (typically with very few lines). If you did not take a look at the documentation, you can find it here. For a few use cases, please check the examples provided with the documentation, especially this. If you still have questions, I can provide you some other simple examples.