AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Build a bot from a URL
 
 

It can be useful to have an option to buid a bot from code located at a remote URL. This way, it’s possible to separate the editing of the bot code (which can be, for example, on a wiki site), and the actual server running the bot.

A possible syntax is:

:buildurl <url> <start-marker> <end-marker>

where the markers are special text strings that mark to the engine where the actual bot starts (for example, before the start-marker and after the end-marker there may be HTML tags).

 

 
  [ # 1 ]

Could be. But I’m not going to work on writing code to read a remote server’s code.  You could write code that reads code from the server into a local file, then issue the build command on a local temp file.

 

 
  login or register to react