Skip to content
/ owomizu Public

OwO Mizu: Advanced Auto-Farming Bot with Web Dashboard. Featuring automation, multi-account support, and real-time analytics to maximize your OwO economy efficiently

License

Notifications You must be signed in to change notification settings

Kiy0w0/owomizu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŒŠ Mizu OwO ๆฐด

Advanced Auto Farming Bot for OwO Discord Game

Discord MIT License Python Discord Bot Platform Version Status

Mizu Network Banner

The most advanced, feature-rich, and user-friendly OwO farming bot


โœจ Features

  • Smart Auto Farming: Automates hunt, battle, owo, and pray with 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.

๐Ÿš€ Quick Start

python setup.py
python mizu.py
  • Run setup.py first for an easy, interactive configuration.
  1. Access Dashboard: Open: http://localhost:2000

โšก One-Click Deploy

No PC? No problem. Run Mizu OwO on the cloud for free (24/7).

Deploy to Heroku Deploy on Railway Run on Replit


๐Ÿ›ก๏ธ Is it Safe? (Transparency)

We know you're worried about bans. Here is exactly how Mizu protects your account:

  1. Human-like Typing: The bot simulates typing status before sending messages.
  2. Randomized Delays: It never sends commands at perfect intervals (e.g., 15.2s, then 16.5s, then 14.8s).
  3. Sleep Schedule: You can set the bot to "sleep" for 8 hours a day, just like a real person.
  4. Channel Switching: The bot moves between channels so it doesn't look like a stationary turret.
  5. 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.

๐Ÿณ Docker Deployment

  1. Configure tokens: Create .env in the project directory.

  2. Run with Docker Compose:

    docker-compose up -d
  3. Access Dashboard: Open: http://localhost:2000

๐Ÿ”„ Auto-Update System

# Update to latest version with settings preservation
python updater.py

๐Ÿ“– Documentation

๐Ÿ“‹ Installation Guides

โš™๏ธ Configuration

  • ๐Ÿ”‘ Token Setup - Discord token extraction and setup
  • โš™๏ธ Settings - config/settings.json configuration options
  • ๐ŸŒ Global Settings - config/global_settings.json system settings
  • ๐ŸŽฏ Command Configuration - Individual command customization

๐Ÿ”’ Security & Tokens

We prioritize security. Instead of plain text files, we recommend using Environment Variables.

  1. Rename .env.example to .env (or create a new .env file).
  2. Add your tokens in the format:
    TOKENS="YOUR_TOKEN_1 CHANNEL_ID_1;YOUR_TOKEN_2 CHANNEL_ID_2"
    Note: Multiple accounts are separated by semicolons (;)
  3. Legacy Support: tokens.txt is still supported but deprecated. Please migrate to .env.

๐Ÿ”ง Advanced Features

  • ๐Ÿ’Ž 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

๐Ÿ› ๏ธ Development

  • ๐Ÿค Contributing Guide - How to contribute
  • ๐Ÿ“ API Documentation - Internal API reference
  • ๐Ÿงช Testing - Testing procedures and guidelines
  • ๐Ÿ”ง Development Setup - Local development environment

๐ŸŽจ Screenshots

๐Ÿ–ฅ๏ธ Desktop CLI

Desktop CLI

๐ŸŒ Web Dashboard

Web Dashboard


๐Ÿ”ง API Integration

๐ŸŒ Mizu Network API

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

๐ŸŽ›๏ธ Web Dashboard API

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

๐Ÿค Contributing

We welcome all types of contributions! Whether you're a developer, designer, or just want to help improve documentation.

๐ŸŒŸ Ways to Contribute

  • ๐Ÿ› 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

๐Ÿ“‹ Getting Started

  1. Read our Contributing Guidelines
  2. Join our Discord Community
  3. Check Good First Issues

๐Ÿ”ง Development Setup

# 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 install

๐Ÿ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.


โš ๏ธ Disclaimer

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.


๐ŸŒŸ Support & Community

๐Ÿ’ฌ Get Help

Discord GitHub Issues

๐ŸŽฏ Quick Links

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 ๐ŸŒŠ


๐Ÿ“Š Stats

GitHub stars GitHub forks GitHub watchers

GitHub last commit GitHub repo size GitHub language count


About

OwO Mizu: Advanced Auto-Farming Bot with Web Dashboard. Featuring automation, multi-account support, and real-time analytics to maximize your OwO economy efficiently

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published