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