Deep Bot - Twitch Streamer Assistant
Deep Bot => Help/Support => Topic started by: HaxSins on April 11, 2015, 10:59:57 PM
-
Hey, i am unable to keep deepbot online 24/7. So i decided it would be awesome if i could make a website which users can check their stats, eg coins, hours watched. Is there a tutorial on how to do this if it is possible?
-
This can be done by calling the Deepbot websocket - and requesting the information
You can find the current documentation here
https://github.com/DeepBot-API/client-websocket
-
This can be done by calling the Deepbot websocket - and requesting the information
You can find the current documentation here
https://github.com/DeepBot-API/client-websocket
Thanks dude, are there any more detailed tutorials for this? I dont really understand what to do.
-
This might be helpful: https://www.youtube.com/watch?v=N1NQHeP8DAI
-
Do note, that even if you create a website with your points, DeepBot will need to be running for the info to be fetched, meaning that if DeepBot wasn't running, depending how you make the website, the page would be blank.
-
This is unless he creates an API scraper - to dump the information to a database, before shutting down the bot itself
-
I watched that video, how do i actually get the API's. Im kinda new to all this. And i found a old laptop i can run the bot on.
-
I watched that video, how do i actually get the API's. Im kinda new to all this. And i found a old laptop i can run the bot on.
The API is for advanced developers that have worked with websockets and have a pre-existing knowledge about how to use them.