A powerful web application for generating Kick views using proxy rotation technology. Built with a Flask/SocketIO backend and Next.js frontend communicating via WebSocket.
This software is provided strictly for educational and research purposes. Using this tool to manipulate viewing metrics may violate Kick's Terms of Service and applicable laws. The developers assume no responsibility for misuse of this software.
- 🚀 High-performance multi-threading system supporting up to 1000 concurrent connections
- 🔄 Intelligent proxy rotation with automatic failover mechanisms
- 🌐 Comprehensive proxy protocol support (HTTP, SOCKS4, SOCKS5)
- 🌐 Proxy-tunneled WebSocket connections — each viewer appears from a unique IP
- 📊 Real-time analytics dashboard with performance metrics
- 📱 Responsive and intuitive web interface
- 🔥 Stability Mode — long-lived connections with auto-reconnection
- 🔔 Automatic update notifications when a new version is available
- ⚙️ Advanced configuration options for power users
- Python 3.9+
- Node.js 18+
- Modern web browser with JavaScript enabled
- Stable internet connection
- (Optional) Custom proxy list for enhanced performance
- Download the latest release executable from the releases page
- Run
KickViewerBOT— no admin privileges required - Configure your viewing preferences and proxy settings
- Start the bot and monitor real-time statistics
git clone https://github.com/H1B0B0/Kick-Viewerbot.git
cd Kick-ViewerbotBackend (Python):
pip install -r requirements.txtFrontend (Node.js):
cd frontend
npm installYou need two terminals running simultaneously:
Terminal 1 — Backend:
python ./backend/main.pyTerminal 2 — Frontend:
cd frontend
npm run devThe frontend dev server runs on http://localhost:3000 and communicates with the backend via WebSocket.
- Download the macOS build from the releases page

- When launching, you may encounter a security warning

- Navigate to
System Settings→Privacy & Security. ClickOpen Anyway
- Confirm by clicking
Open Anywayin the dialog
- The application will start. Configure your settings and enjoy 🚀
This project is licensed under the MIT License. See the LICENSE file for detailed terms and conditions.