The WhatsApp bot that does it all (so you don't have to).
Built with Neonize.
📚 Read the Docs
Because life is too short for boring bots.
- Agentic AI: A smart assistant that remembers context, executes commands, and might just be your new best friend.
- Universal Downloader: Grab videos from YouTube, TikTok, Instagram, and 1000+ other sites. Yes, even that one.
- The Ban Hammer: Keep your groups clean with anti-link, anti-delete, warnings, and blacklists.
- Time Travel: Okay, not really, but our Scheduler lets you send messages in the future (cron supported!).
- Polyglot: Speaks English and Indonesian fluently. Add your own language if you're feeling adventurous.
- Shiny Dashboard: A web interface to manage everything because terminals are scary sometimes.
pip install uv
git clone https://github.com/MhankBarBar/zero-ichi
cd zero-ichi
uv sync # magic happens hereCopy the example config and make it yours:
{
"$schema": "./config.schema.json",
"bot": {
"name": "my_super_bot",
"prefix": "/",
"login_method": "qr"
}
}(Check the Config Guide for the nerdy details)
uv run main.pyScan the QR code and you're in business.
Everything you need to know, neatly organized:
commands/: Where the magic happenscore/: The braindashboard/: The pretty facelocales/: The dictionary
