From 166b712c6dfa014ccd04284f496c1824b08f8626 Mon Sep 17 00:00:00 2001 From: def Date: Tue, 10 Jan 2023 14:17:12 +0300 Subject: [PATCH] update README --- README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1805e99..3e8188d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,54 @@ MirrorTea ========= -New cool Matrix <-> Telegram bridge for personal use, replacement of +New Matrix <-> Telegram bridge for personal use, replacement of **mautrix-telegram**. + + +For the matrix server is represented by a single and regular user. To simulate chats with different users, creates rooms in matrix, and sets /roomnick and /roomavatar corresponding to the simulated user in telegram. + +For telegram, it can be represented as a single bot. + +Advantages over the current mautrix bridge: + +- Supports the bot's private message bridge +- Requires no permanent host (server) +- Can run from a phone (termux) or user computer +- Does not require a domain +- Doesn't require a statistical IP +- No synapse server required +- Easy to deploy, unlike synapse +- Doesn't require any computing power like synapse +- Not tied to a specific matrix server + +Disadvantages: + +- Doesn't support papitas +- no support for groups + +## Install + +#### Clone repository + + +```git clone https://inex.dev/def/MirrorTea && cd MirrorTea``` + + +#### hen edit ```.env``` secrets config + +```mv .env.example .env``` + +```nano .env``` + + +#### Run on *unix-like systems: + +```pip install -r requirements.txt``` + +```python3 mirrortea``` + +#### Run with docker: + +```docker-compose up --build``` + +kotov isprav eto