update README

This commit is contained in:
def 2023-01-10 14:26:56 +03:00
parent 166b712c6d
commit 7a07d04074
1 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
MirrorTea
MirrorTea 🐦
=========
New Matrix <-> Telegram bridge for personal use, replacement of
**mautrix-telegram**.
**New lite 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:
#### Advantages over the current mautrix bridge:
- Supports the bot's private message bridge
- Requires no permanent host (server)
@ -21,12 +21,12 @@ Advantages over the current mautrix bridge:
- Doesn't require any computing power like synapse
- Not tied to a specific matrix server
Disadvantages:
#### Disadvantages:
- Doesn't support papitas
- no support for groups
- Doesn't support papits
- No support for groups
## Install
## Install 🌺
#### Clone repository
@ -34,7 +34,7 @@ Disadvantages:
```git clone https://inex.dev/def/MirrorTea && cd MirrorTea```
#### hen edit ```.env``` secrets config
#### Then edit ```.env``` secrets config
```mv .env.example .env```