Bot Accounts
Build dogehouse bots
Auth with your regular account
Send ws message to create bot account with the username you want (you can create up to 100):
You will receive back a message with an api key or error:
Save that api key somewhere safe (I will be adding a UI for this but it doesn't exist atm)
Send a POST request to
https://api.dogehouse.tv/bot/auth
with a JSON body{ apiKey: "asdoifjoqefjo" }
and it will return anaccessToken
andrefreshToken
for that bot account.
Last updated