Reze is a high-performance Telegram bot engineered for communities that demand more — precise moderation, intelligent AI conversation, deep anime integration, and a scalable clone architecture. Built with Python and designed for reliability.
# Clone the repository
git clone https://github.com/botifyx-bots/Reze.git
# Navigate into the project
cd Reze
# Install all dependencies
pip3 install -U -r requirements.txtStep 1 — Open Reze/config.py and fill in all required variables.
Step 2 — Copy the configuration block into the config variable inside Reze/tele/clone.py.
Leave any values wrapped in
{}empty.
python3 -m Reze# 1. Fork this repository
# 2. Create a feature branch
git checkout -b dev
# 3. Make your changes and commit
git commit -m "feat: describe your change"
# 4. Push to your branch
git push origin dev
# 5. Open a Pull RequestDistributed under the MIT License. See LICENSE for full terms.
