This repository has been archived on 2023-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
MirrorTea/README.md

55 lines
1.2 KiB
Markdown
Raw Normal View History

2022-10-17 09:31:01 +00:00
MirrorTea
=========
2023-01-10 11:17:12 +00:00
New Matrix <-> Telegram bridge for personal use, replacement of
2022-10-17 09:31:01 +00:00
**mautrix-telegram**.
2023-01-10 11:17:12 +00:00
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