Author Topic: External command endpoints  (Read 1564 times)

0 Members and 1 Guest are viewing this topic.

xmystico

  • Youngling
  • *
  • Posts: 9
  • Karma: +1/-0
    • View Profile
External command endpoints
« on: May 09, 2015, 11:45:37 PM »
Hi there,

i'd like to see the command feature within deepbot be able to use custom endpoints,

we currently use a lot of our commands on nightbot - due to it having the ability for custom api's

it'd be nice to see this on deep , means we can integrate our solutions into one platform for easier management

TheNumbLock

  • Advisor
  • Councilor
  • **
  • Posts: 4776
  • Karma: +137/-5
    • View Profile
  • Twitch Name: TheNumbLock
Re: External command endpoints
« Reply #1 on: May 10, 2015, 02:27:41 AM »
Not sure if this is what you are looking for, but deepbot does have an API: https://github.com/DeepBot-API/client-websocket

It requires the user to know what API to use it tho.
Old Name: RepentGamingTV
Twitch: Here

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

xmystico

  • Youngling
  • *
  • Posts: 9
  • Karma: +1/-0
    • View Profile
Re: External command endpoints
« Reply #2 on: May 14, 2015, 03:14:57 AM »
im aware of the API, this doesn't offer the functionality

i'm after integration into the actual command system itself,
for example
!google querystring

so deepbot would recognize the command
!google with the variable "querystring"
and it'd remotely call google.co.uk/?q=querystring
then return the results into the chat