

A dashboard for tracking all subs/donations/memberships etc across twitch, youtube, patreon, and streamlabs in one place. Assign point values to each type of contribution so that you can have cross-platform community driven goals! Includes progress bar and subathon overlays.
Legal: Privacy Policy · Terms of Service
This app is currently undergoing google verification, which can take four to six weeks. As such youtube monitoring will not work for now. If you contact me directly and provide your email address I can add you as a test user in the meantime - if not then watch this space for updates.
If this is useful please consider giving me a job :) Or if you can’t, I’d really appreciate a coffee
Tracks: Bits, subs, sub gifts, resubs.
Before you connect
Connect
Tracks: Super Chats, Super Stickers, new memberships, membership gifts.
Before you connect
Connect
Tracks: New paid pledges on your campaign (note this will only detect new pledges that occur whilst you are monitoring. Pledges received off stream are not counted).
Connect
Tracks: Donations that go through Streamlabs (for example PayPal or card donations).
Before you connect
Connect
Treat the token like a password. Do not stream it!
Exchange rates are loaded automatically for converting donations and Super Chats into your base currency.
Add a Browser Source in OBS:
http://127.0.0.1:8080/overlay?w=400&h=100
You can specify the size of the bar by changing the url, w=100&h=50 would create a bar with a width of 100 pixels and height of 50 pixels. Customise bar colours and font on the dashboard (Save bar). This url assume you’ve not updated the port number used in the configuration tab.
Add a second Browser Source for the countdown timer:
http://127.0.0.1:8080/timer?w=400&h=120
Control the timer and points-to-seconds conversion on the dashboard Subathon panel.
| Setting | What it does |
|---|---|
| Enable test events | Shows test buttons on the dashboard (for practice; marked as test in the database) |
| Log Chat Messages | Messages in youtube or twitch streams will be logged |
| Require websocket token | Force overlays to require per session token for access to improve security |
| Base currency | Currency used for point rules and display |
| UI port | Dashboard address port (needs Restart after change) |
| Twitch duplicate timeout | Ignores a matching resub shortly after a sub (reduces double-counting) |
| Streamlabs token | Required only if you use the Streamlabs monitor |
Save configuration applies most changes immediately. Restart is required for UI port, websocket token, and duplicate-timeout changes to take effect.
To update, download the latest executable from GitHub Releases and replace the binary you have been using. Leave config.json and the data folder untouched so your settings, goals, and history are preserved.
By default the release build uses bundled developer credentials for Patreon and Google so you don’t need to register anything. If you’d rather run against your own apps (to avoid sharing API quota or for additional security), open Configuration → Advanced and:
http://localhost:8765/callback)..../auth/youtube.readonly). Create one at Google API Console → Credentials.Empty fields fall back to the bundled defaults.
For local development, set OAuth credentials as environment variables:
| Variable | Required for build |
|---|---|
TWITCH_CLIENT_ID |
Yes |
TWITCH_CLIENT_SECRET |
Yes |
YOUTUBE_CLIENT_SECRETS_PATH |
Yes — path to Google Desktop OAuth JSON |
PATREON_CLIENT_ID |
Optional (warn if missing) |
PATREON_CLIENT_SECRET |
Optional |
Run from source:
pip install -r requirements.txt
$env:TWITCH_CLIENT_ID = "..."
$env:TWITCH_CLIENT_SECRET = "..."
$env:YOUTUBE_CLIENT_SECRETS_PATH = "C:\path\to\google_client_secret.json"
python main.py
Release executable:
pip install -r requirements-build.txt
.\scripts\build_release.ps1
Output: dist/MultistreamRevenueTracker/ — ship the whole folder. PyInstaller spec: scripts/multistream_revenue_tracker.spec. Windows exe icon: res/app.ico (browser favicon: src/multistream_revenue_tracker/ui/static/icon.png).
OAuth redirect URIs for your developer apps: Twitch http://localhost:17563, Patreon http://localhost:8765/callback, YouTube desktop client (dynamic localhost).
You can view the Privacy Policy here.
URL: https://multistreamrevenuetracker.jimbexleyspeed.co.uk/PRIVACY.html
You can view the Terms of Service here.
URL: https://multistreamrevenuetracker.jimbexleyspeed.co.uk/TERMS.html