Deep Bot - Twitch Streamer Assistant

Deep Bot => Help/Support => Topic started by: HaxSins on April 11, 2015, 10:59:57 PM

Title: Website
Post 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?
Title: Re: Website
Post by: xmystico on April 12, 2015, 12:20:20 AM
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
Title: Re: Website
Post by: HaxSins on April 12, 2015, 12:40:14 AM
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.
Title: Re: Website
Post by: TheNumbLock on April 12, 2015, 01:01:13 AM
This might be helpful: https://www.youtube.com/watch?v=N1NQHeP8DAI
Title: Re: Website
Post by: emrerocky on April 12, 2015, 01:05:24 AM
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.
Title: Re: Website
Post by: xmystico on April 12, 2015, 02:01:45 AM
This is unless he creates an API scraper - to dump the information to a database, before shutting down the bot itself
Title: Re: Website
Post by: HaxSins on April 12, 2015, 02:33:38 AM
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.
Title: Re: Website
Post by: emrerocky on April 12, 2015, 02:39:40 AM
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.