Open
Description
Is your feature request related to a problem? Please describe.
I want to interact with tinode with Python. tn-cli
provides a python client implementation, but it is hard to read and use because:
- the single
tn-cli.py
file is too long - the cli function and the python function is coupled
Describe the solution you'd like
I want to help to refactor the single file program to python modules, decoupling the cli functions and the python sdk functions.
Describe alternatives you've considered
None.
Additional context
None.