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π Full Documentation