Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: Pelix on November 11, 2016, 07:56:08 PM

Title: DeepBot API PHP Script ?
Post by: Pelix on November 11, 2016, 07:56:08 PM
I hope anybody can help.... the support does not look very active.

I try to use the DeepBot API PHP Script (v2). On the Server where DeepBot is the ports are in the firewall (TCP / UDP) accepted.
But when i try the Script i become after 30 Seconds only this message:

Code: [Select]
Could not connect: Connection refused
Any idea where the problem is?
Title: Re: DeepBot API PHP Script ?
Post by: TheNumbLock on November 12, 2016, 01:22:34 AM
Possibly forgot to port forward or include your API Key from the Master Settings in Deepbot?

The DeepBot WebSocket server runs on port 3337 on the machine that is running DeepBot. Simply connect to this server using any websocket module to establish a connection.

To authenticate as an API consumer, you will need the client API secret. This can be found in the master settings on DeepBot.

Source: https://github.com/DeepBot-API/client-websocket