Skip to content

Refactor tn-cli for better readability and wider usage #917

Open
@THUzxj

Description

@THUzxj

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions