Superchat-mouse-v1.00 〈ESSENTIAL – 2026〉
SuperChat-mouse-v1.00: Deep Guide
The "Raid Train" Mode
By holding Right Click and tapping Side Button 4, users can activate "Raid Mode." This sends a pre-written command into chat every 2 seconds (e.g., "GO FOLLOW @TARGETSTREAMER"). Because v1.00 handles the timing via hardware interrupts, this does not violate Twitch's macro rules regarding "automated spam" (as each action is manually triggered by a mouse movement).
Installation Steps
git clone https://github.com/superchat-mouse/v1.00
cd superchat-mouse-v1.00
pip install -r requirements.txt
python setup.py configure
Configuration wizard asks:
- Platform (YouTube/Twitch)
- OAuth token / API key
- Default currency (USD/EUR/JPY)
- Safety limit: max $/minute (default $20)
8. API for Developers
You can control SuperChat-mouse externally via HTTP on localhost:8765: SuperChat-mouse-v1.00
curl -X POST http://localhost:8765/send \
-H "Content-Type: application/json" \
-d '"amount":5.00, "message":"From script", "trigger":"api"'
Endpoints:
/status– current safety limits, session total/calibrate– rerun pressure calibration/mode/set/gesture
Requirements
- Windows 10/11 (x64) or Linux (X11 with libinput)
- Python 3.10+ with
pynput,opencv-python,requests - Platform API key (YouTube or Twitch)
Chapter 8: Tips and Tricks for Power Users
Once you’ve mastered the basics, try these advanced techniques: SuperChat-mouse-v1
-
Layered Response Chains
Program Button 4 to send a thank-you, then automatically increment a “donation counter” overlay on your stream via a webhook. The mouse can send HTTP requests directly from its firmware. -
Dynamic Voice Modulation
Using the onboard audio output (a hidden 3.5mm jack on the cable), you can route the mouse’s sound triggers through a voice modulator. Change your voice based on donation size instantly. Configuration wizard asks: -
SuperChat Race Mode
Create a profile where the scroll wheel controls a countdown timer. Every Super Chat adds time to the clock. Use this for “donation wars” between two viewers. -
Backup Alerts
If your streaming PC crashes, the SuperChat-mouse-v1.00 stores the last 50 donation events. Reconnect, hit a combo button (Left+Right+Scroll click), and the mouse replays all unacknowledged thanks.
Key specs (assumed typical for this model)
- Sensor: 1600–3200 CPI optical sensor (adjustable)
- Connectivity: 2.4 GHz USB dongle + Bluetooth 5.0
- Buttons: 6 programmable buttons (left, right, middle, DPI, forward, back)
- Battery: Rechargeable Li‑ion, ~40–60 hours typical use
- Weight: ~85–100 g (lightweight)
- Shape: Symmetric with slight ergonomic contours (suitable for right- and left-handed users if programmable)
- Compatibility: Windows, macOS, Linux (basic functions), iPadOS (via Bluetooth)