Releases: hirotomasato/mekithil
Releases · hirotomasato/mekithil
🚀 MiMo Chain Bot v2.1.0
Initial Release
✨ Features
- 🔗 Chain loop auto-registration (register → redeem → API key → ref code)
- 🎭 Random fingerprint per account (UA, WebGL, canvas, locale, timezone)
- 🧩 Smart captcha — reCAPTCHA v2 + image via 2Captcha
- 🌐 Multi-proxy pool with auto-rotation, health check, country fingerprint
- 🤖 Telegram admin bot with inline keyboard UI
- 📊 Real-time progress with animated updates
- 🧹 Auto-clean chat messages
- 🔌 Proxy management (add/delete/list from bot)
- ⚙️ Config editor via Telegram
- 📤 Export results as downloadable file
- 🔐 Watermarked branding
🛠 Tech Stack
- Playwright — browser automation
- Telegraf.js — Telegram bot
- 2Captcha — captcha solving
- Cloudflare Workers — self-hosted temp mail
🚀 Quick Start
git clone https://github.com/hirotomasato/mekithil
cd mekithil
npm install
npx playwright install chrome
cp config/default.example.json config/default.json
# Edit config with your credentials
npm run bot