Dashbox

Free Dashbox - No longer updated 1.2.8

Arkkis

New Member
This program is no longer updated. Source code is free to use for everyone!

Arkkis submitted a new resource:

Dashbox - Dashboard application for Hitbox.tv

Dashbox Beta 1.1.0.3
====================
Dashboard tool program for Hitbox.tv
==============================================

How to:
- Add channel you want to control to input at top
- Input your Hitbox.tv username and password for authentication
- Input your title and game and press..
-- "Update with GlaDOS" to update data by bot (must be moderator)
-- "Update" to update data by Hitbox API (must be channel owner)

BUG REPORTS ARE WANTED!

Requirements:
- .Net Framework 4.5

Features:
- Watch...

Read more about this resource...
 
Last edited:

Arkkis

New Member
Yes, it's grey, cant press update
Also make sure you have put channel name to top most input field:

20140519111135.jpg
 

Arkkis

New Member
Arkkis updated Dashbox with a new update entry:

Dashbox

Dashbox Beta 1.1.4
====================
Dashboard tool program for Hitbox.tv
==============================================

Changelog:
- Fixed a problem with application not closing when updating

How to:
- Add channel you want to control to input at top
- Input your Hitbox.tv username and password for authentication
- Input your title and game and press..
-- "Update with GlaDOS" to update data by bot (must be moderator)
-- "Update" to update data by Hitbox API (must be channel owner)

BUG...

Read the rest of this update entry...
 

Arkkis

New Member
Arkkis updated Dashbox with a new update entry:

Dashbox 1.2.0

Changes:
- Updater has progressbar and info about updating process
- Channel not found -text if channel has no been set
- Corrected text in Channel-field
- Changed Nickname -> Username
- Greatly decreased delay of getting channel data
- Dropped need of administrator privileges and put catch-exception to avoid crashes
- Added tooltips to text-inputs
- Font changed to Segoe UI

Read the rest of this update entry...
 

Hitakashi

New Member
There is no known API for chat so not at the moment.
There isn't an API, but you can send updates through the WebSocket chat to create the polls, giveaway and sticky messages.

If you can add a websocket client, you can update them with the calls listed at the very bottom of this page. http://hitakashi.github.io/Hitbox-Chat-Methods/ (Anything that has token that isn't null requires a Auth Code.) Some of them are sent to the chat server while others are received, I'll make it 'pretty' when I have the chance.

Edit: Cleaned up the info. Should be useful if you really want to add those dashboard features. Only the broadcaster can set these.
 
Last edited:

Arkkis

New Member
There isn't an API, but you can send updates through the WebSocket chat to create the polls, giveaway and sticky messages.

If you can add a websocket client, you can update them with the calls listed at the very bottom of this page. http://hitakashi.github.io/Hitbox-Chat-Methods/ (Anything that has token that isn't null requires a Auth Code.) Some of them are sent to the chat server while others are received, I'll make it 'pretty' when I have the chance.

Edit: Cleaned up the info. Should be useful if you really want to add those dashboard features. Only the broadcaster can set these.
This will be huge help I guess :) Thanks!

Edit: Actually I need to know where to connect too :P Never played with websockets.
 
Last edited:

Hitakashi

New Member
This should tell you mostly everything you need to know: http://help.hitbox.tv/customer/portal/articles/1470464-changes-to-websocket---3-6-2014 I don't know what programming language you're using, but there's probably more than enough tutorials or information on connection to WebSockets.

Once you connect you should send either a joinChannel with a token from their API, or send a loginMsg to be a guest.

Note: It seems the infoMsg has action param which includes things like ban, timeout, etc.
 
Top