matrixcli
matrixcli copied to clipboard
Command line matrix client
this works for me. i'm able to login and send messages. fix for isse #19
Hi, Is this project still being actively maintained?
Any reason why matrix_client is copied in a sub directory ? Maybe you could recommend installing from pip with ``` pip install matrix_client ```
While using matrix.org server for log in I got this error ``` logging in .... Traceback (most recent call last): File "/usr/local/bin/matrixcli", line 4, in __import__('pkg_resources').run_script('matrixcli==0.1', 'matrixcli') File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line...
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)....
Cannot install because of read-only filesystem. How about local-only installation that will not require root privileges? Installation logs: ``` Password: running install running bdist_egg running egg_info writing matrixcli.egg-info/PKG-INFO writing dependency_links...
Hi, I am using matrixcli to log in and check my unread messages, and it mostly just works great. However every time it checks my unreads (once every 3 minutes)...
More an Questions as an Issue, but how can I config the cli to send the message decrypted? It is possible? Thanks for your work!
It appears that even though all required parameters can be specified on the command line, matrixcli still requires them to be in a config file: ``` $ ./matrixcli --server someserver...
``` Traceback (most recent call last): File "matrixcli", line 4, in import gi ModuleNotFoundError: No module named 'gi' ``` Solved by doing : ``` pip install PyGObject ```