diff options
author | ben <ben@nagy.contact> | 2025-05-16 11:31:49 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-05-16 11:31:49 -0700 |
commit | dfca08bfa743f103a04f5708c56560393232396e (patch) | |
tree | 2ba88c4f3050dd77327964cf5b69a6382e3f9a64 /README.md | |
parent | 5e3d056f8dd288e4029fbc031fd04b9fd87543f4 (diff) |
Fixed insecure authentication method
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -45,8 +45,13 @@ $: python3 matrix-mcnt.py --username 'alice' --passwd $(pass Element/alice) # Install +1. **Prerequisites** +- Python 3.x +- matrix-nio +- (Optional) [pass](https://www.passwordstore.org/) to prevent password prompting -1. Clone the repo and satisfy its dependencies + +2. Clone the repo and satisfy its dependencies ``` git clone https://github.com/arachnida82/matrix-mcnt cd matrix-mcnt |