saadjsct / matrixcli

Command line matrix client
GNU General Public License v3.0
135 stars 14 forks source link

Add functionality to signup #18

Open AntzCode opened 3 years ago

AntzCode commented 3 years ago

After having installed the cli client and started the service, it gives a 403 error because I have not registered an account with the server of the example configuration (https://matrix.org).

Giving the command matrixcli register results in an error:

matrixcli: error: argument subcommand: invalid choice: 'register' (choose from 'send', 'listen', 'rooms', 'unread', 'tail')

It should not be an invalid choice to register via the matrixcli.

Visiting the Matrix.org website tells me that I need to "pick a client and get started".

I should not need to install another application client in order to use the cli client. Furthermore, there is no excuse for having not provided a simple registration form on the website itself.