Author Topic: Website  (Read 2178 times)

0 Members and 1 Guest are viewing this topic.

HaxSins

  • Youngling
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
  • Twitch Name: HaxSins
Website
« 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?

xmystico

  • Youngling
  • *
  • Posts: 9
  • Karma: +1/-0
    • View Profile
Re: Website
« Reply #1 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

HaxSins

  • Youngling
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
  • Twitch Name: HaxSins
Re: Website
« Reply #2 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.

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: Website
« Reply #3 on: April 12, 2015, 01:01:13 AM »
Old Name: RepentGamingTV
Twitch: Here

Need help ASAP?
Join Deepbot's Discord: Discord.Deepbot.tv
Deepbot's Twitter: @DeepSupport

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Website
« Reply #4 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.

xmystico

  • Youngling
  • *
  • Posts: 9
  • Karma: +1/-0
    • View Profile
Re: Website
« Reply #5 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

HaxSins

  • Youngling
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
  • Twitch Name: HaxSins
Re: Website
« Reply #6 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.

emrerocky

  • Advisor
  • Councilor
  • **
  • Posts: 1240
  • Karma: +163/-8
    • View Profile
    • emrerocky's Website
  • Twitch Name: emrerocky
Re: Website
« Reply #7 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.