https://github.com/mochensky/max2tg
An automated bot for forwarding messages from MAX to Telegram
https://github.com/mochensky/max2tg
automation bot go golang max max2tg telegram
Last synced: about 2 months ago
JSON representation
An automated bot for forwarding messages from MAX to Telegram
- Host: GitHub
- URL: https://github.com/mochensky/max2tg
- Owner: mochensky
- License: mit
- Created: 2026-04-16T17:15:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-24T14:06:10.000Z (2 months ago)
- Last Synced: 2026-04-24T15:28:36.082Z (2 months ago)
- Topics: automation, bot, go, golang, max, max2tg, telegram
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# max2tg
A bridge that mirrors messages from [MAX](https://max.ru) to [Telegram](https://telegram.org) in real time.
## Documentation:
- ### [English](README/en/README.md)
- ### [Русский](README/ru/README.md)
## Overview
max2tg connects to the MAX messenger WebSocket API using your account credentials and forwards incoming messages to one or more Telegram chats or topics. It handles text, photos, audio, video, files, forwarded messages, edits, and deletions.
## Quick start
You can download a ready-made build for your OS from the releases.
Or build the project manually:
```bash
git clone https://github.com/mochensky/max2tg
cd max2tg
go build -o max2tg .
./max2tg
```
On first run the program creates `data/config.yml` and `data/.env`. Fill in your credentials and re-run. See the full setup guide in the documentation linked above.
## License
MIT