Você sabia que o Bot Livre também oferece acesso gratuito hospedado bate-papo ao vivo para seu próprio website ou aplicativo para celular?
Self, AIML, and scripting : Making my bot search duckduckgo

RE: Making my bot search duckduckgo

por admin postado Feb 25 2017, 7:13

To search duckduckgo you will want to create a Self script in your bot to access the duckduckgo web API.

See,
https://www.botlibre.com/forum-post?id=13020078

Using a published web API is recommended, if the website does not provide a web API it is also possible to use HTML scraping.

If you want the bot to perform this function when it does not know a good response, you can add a srai or redirect() command to your bot's default response.

To do this set your bot's default response to this template,

Template("{redirect ("search duckduckgo " + sentence)}")

Then in your script you have...

pattern "search duckduckgo *" answer searchDuckduckgo();

function searchDuckduckgo() {...}


Id: 15590617
Postado: Feb 25 2017, 7:13
Respostas: 0
Pontos de vista: 1801, hoje: 1, semana: 2, mês: 14
0 0 0.0/5