Advanced Auto Farming Bot for OwO Discord Game
The most advanced, feature-rich, and user-friendly OwO farming bot
- Smart Auto Farming: Automates
hunt,battle,owo, andpraywith human-like delays. - Quest Solver: Automatically detects and solves daily quests (e.g. auto-enables slots for "Gamble 5 times").
- Mini-Games: Strategies for Slots, Coinflip, and Lottery.
- Anti-Ban Technology: Random sleep schedules, channel switching, and human-like typing simulation.
- Web Dashboard: Real-time statistics and configuration from your browser (Mobile friendly).
- Auto-Upgrade: Intelligently manages your HuntBot upgrades and essence investment.
- Multi-Account: Run as many accounts as your PC can handle.
python setup.py
python mizu.py- Run
setup.pyfirst for an easy, interactive configuration.
- Access Dashboard:
Open:
http://localhost:2000
No PC? No problem. Run Mizu OwO on the cloud for free (24/7).
We know you're worried about bans. Here is exactly how Mizu protects your account:
- Human-like Typing: The bot simulates typing status before sending messages.
- Randomized Delays: It never sends commands at perfect intervals (e.g., 15.2s, then 16.5s, then 14.8s).
- Sleep Schedule: You can set the bot to "sleep" for 8 hours a day, just like a real person.
- Channel Switching: The bot moves between channels so it doesn't look like a stationary turret.
- Noise/Jitter: Every action has a slight random time offset.
Disclaimer: Automation always carries a small risk. We recommend using an alt account or the "Safe" profile in the setup wizard.
-
Configure tokens: Create
.envin the project directory. -
Run with Docker Compose:
docker-compose up -d
-
Access Dashboard: Open:
http://localhost:2000
# Update to latest version with settings preservation
python updater.py- ๐ช Windows Setup - Complete Windows installation guide
- ๐ง Linux Installation - Ubuntu, Debian, CentOS setup
- ๐ macOS Setup - macOS installation guide
- ๐ฑ Termux (Android) - Mobile setup guide
- ๐ Token Setup - Discord token extraction and setup
- โ๏ธ Settings -
config/settings.jsonconfiguration options - ๐ Global Settings -
config/global_settings.jsonsystem settings - ๐ฏ Command Configuration - Individual command customization
We prioritize security. Instead of plain text files, we recommend using Environment Variables.
- Rename
.env.exampleto.env(or create a new.envfile). - Add your tokens in the format:
Note: Multiple accounts are separated by semicolons (;)
TOKENS="YOUR_TOKEN_1 CHANNEL_ID_1;YOUR_TOKEN_2 CHANNEL_ID_2"
- Legacy Support:
tokens.txtis still supported but deprecated. Please migrate to.env.
- ๐ AutoEnhance - Automatic gem usage and essence investment
- ๐ฏ AutoHuntBot - Huntbot automation and upgrades
- ๐ฐ AutoSell - Smart item selling with triggers
- ๐ฒ RPP System - Random command execution
- ๐ Multi-Account - Managing multiple Discord accounts
- ๐ค Contributing Guide - How to contribute
- ๐ API Documentation - Internal API reference
- ๐งช Testing - Testing procedures and guidelines
- ๐ง Development Setup - Local development environment
Our bot integrates with the live Mizu API for enhanced functionality:
- ๐ก Status Monitoring - Real-time service health checks
- ๐ข Announcements - Important updates and news
- ๐ Version Checking - Automatic update notifications
- ๐ก๏ธ Safety Updates - Security patches and warnings
- ๐ Statistics - Usage analytics and performance metrics
API Endpoint: https://api.ive.my.id
The bot includes a built-in REST API for the web dashboard:
- ๐
/api/stats- Real-time statistics - โ๏ธ
/api/settings- Configuration management - ๐ฎ
/api/commands- Command control - ๐
/api/performance- Performance metrics
We welcome all types of contributions! Whether you're a developer, designer, or just want to help improve documentation.
- ๐ Bug Reports - Found an issue? Let us know!
- ๐ก Feature Requests - Have ideas? Share them!
- ๐ป Code Contributions - Fix bugs or add features
- ๐ Documentation - Help improve guides and docs
- ๐จ Design - UI/UX improvements
- ๐ Translations - Help make Mizu multilingual
- Read our Contributing Guidelines
- Join our Discord Community
- Check Good First Issues
# Fork and clone the repository
git clone https://github.com/kiy0w0/owomizu.git
cd owomizu
# Set up virtual environment
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# Install dependencies
pip install -r requirements.txt
pip install -r requirements-dev.txt
# Install pre-commit hooks
pre-commit installThis project is licensed under the MIT License - see the LICENSE file for details.
This bot is for educational purposes only. Use at your own risk. The developers are not responsible for any Discord account suspensions or bans that may result from using this bot.
| Need Help With | Go To |
|---|---|
| ๐ Bug Reports | GitHub Issues |
| ๐ก Feature Requests | GitHub Discussions |
| โ General Questions | Discord #help |
| ๐ป Development | Discord #development |
| ๐ Documentation | Wiki |
Made with ๐ by the Mizu Network Community
Stay Mizu, Stay Water ๐


