Skip to content

MhankBarBar/zero-ichi

Repository files navigation

Zero Ichi

Zero Ichi Logo

The WhatsApp bot that does it all (so you don't have to).
Built with Neonize.

📚 Read the Docs


Why Zero Ichi?

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.
  • Mod Toolkit: Keep your groups clean with anti-link, anti-delete, warnings, reports, and blacklists.
  • Time Travel: Okay, not really, but our Scheduler lets you send messages in the future (cron supported!).
  • Webhooks: Stream bot events into your own apps, Discord, CI, or alerting stack.
  • Database-Backed State: SQLite out of the box, PostgreSQL when you need it.
  • 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.

See everything it can do →


Get Started

One-Line Install

Linux / macOS:

curl -fsSL https://raw.githubusercontent.com/MhankBarBar/zero-ichi/master/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/MhankBarBar/zero-ichi/master/install.ps1 | iex

Manual Install

pip install uv
git clone https://github.com/MhankBarBar/zero-ichi
cd zero-ichi
uv sync
cp .env.example .env

Launch

uv run zero-ichi

Common CLI options:

uv run zero-ichi --debug --auto-reload
uv run zero-ichi --qr
uv run zero-ichi --phone 6281234567890
uv run zero-ichi --dashboard
uv run zero-ichi --session my_session
uv run zero-ichi update

Scan the QR code and you're in business.


Documentation

Everything you need to know, neatly organized:

👉 zeroichi.mhankbarbar.dev


Project Structure

  • src/commands/: Where the magic happens
  • src/core/: The brain
  • src/dashboard/: The pretty face
  • src/locales/: The dictionary

Contributing Guide →


License

MIT

About

Python WhatsApp Bot

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors