A simple and lightweight bot that automatically forwards messages from specified chats in MAX Messenger to Telegram.
- Forwards messages in real time from selected MAX Messenger chats to Telegram.
- Supports multiple chat configurations.
- Easy to set up and run with minimal dependencies.
Important
Python 3.10 or newer is required for bot to work.
-
Clone this repository
git clone https://github.com/t6nnng/max-forwarder.git cd max-forwarder(Optional) Create python virtual environment
python -m venv venv source venv/bin/activate -
Install dependencies
pip install -r requirements.txt
-
Configure the bot
- Edit config files as
listed - Move config files from config_bases to the root folder:
mv config_bases/config.ini config.ini mv config_bases/sheet.json sheet.json rm -rf config_bases
- Edit config files as
-
First start
IMPORTANT
Should be executed in console to authorize in MAXpython main.py
For questions, suggestions, or contributions, feel free to reach out: Telegram: @t6nnng
This project is distributed under the MIT License.
See the LICENSE file for details.
PyMax - Copyright (c) 2025 noxzion
Pull requests and improvements are welcome! Please open an issue first to discuss major changes or feature ideas.
If you find this bot useful, consider giving it a star ⭐ on GitHub — it helps a lot!