Lataa avoimen lähdekoodin Bot Libre Community Edition ja asenna Bot Libre omalle palvelimellesi
Bot Libre Forum : Automating your Facebook presence using a Facebook bot

RE: Automating your Facebook presence using a Facebook bot

tekijä admin Lähetetty Feb 28 2017, 13:21

I think the code you want is something like:

// Returns WordPress posts. state TeachEnglish { pattern "^ [verbo pronome pronomes] (to) *" answer Teaching(); function Teaching() { var json = Http.requestJSON("https://teacherbot.000webhostapp.com/wp-json/wp/v2/pages?slug=" + Http.encode(star[1])); var text = json[0].content.rendered; text = text.replace("<p>", ""); text = text.replace("<\/p>", ""); text = text.replace("\n", ""); text = text.trim(); return text; } }


Id: 15619066
Lähetetty: Feb 28 2017, 13:21
Päivitetty: Mar 1 2017, 7:59
Vastaukset: 0
Näkymät: 5356, Tänään: 4, Viikolla: 10, Kuukausi: 18
0 0 0.0/5