diff options
author | ben <ben@nagy.contact> | 2025-05-04 12:57:54 -0700 |
---|---|---|
committer | ben <ben@nagy.contact> | 2025-05-04 12:57:54 -0700 |
commit | bf69b52666b3cbbcba378d6296f1620832df7e65 (patch) | |
tree | f9c70eb2fe8cbf45df3c34f56763ea3727b42f1a /README.md | |
parent | 47fdc5f7f5965079078835249968ee588958a421 (diff) |
LICENSE, Acknowledgements, and Dependencies
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1 +1,22 @@ -init +[](https://github.com/poljar/matrix-nio) + +# Matrix-mcnt +Matrix message count outputs the number of unread messages of all or of specified rooms to stdout. + + +# Usage + +# Install + +1. Clone the repo and satisfy dependencies +``` +git clone https://github.com/arachnida82/matrix-mcnt +cd matrix-mcnt +python3.13 -m venv env +source env/bin/activate +pip install -r requirements.txt +``` + + +# Licensing and Acknowledgement +The Matrix Message Count program (matrix-mcnt) is licensed under [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). It uses [matrix-nio](https://github.com/matrix-nio/matrix-nio) under the [Apache-2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html) and [Internet Systems Consortium license (ISC)](https://www.isc.org/licenses/). A copy of the GPL-3.0 license has been produced [below](https://github.com/arachnida82/matrix-mcnt/blob/main/LICENSE.txt). |