Download the open source Bot Libre Community Edition and install Bot Libre on your own server
Bot Libre Forum : Connect your Bot to the World - XML, JSON, Web Services, HTML Scraping, Twitter, Facebook, Telegram, Email

RE: Connect your Bot to the World - XML, JSON, Web Services, HTML Scraping, Twitter, Facebook, Telegram, Email

by admin posted Sep 2 2017, 1:55

A "form" tag in HTML just calls a POST call with form parameters.
To call POST with parameters call,

var params = new Object();
params.username = "user1";
var html = Http.postHTML(url, params);


Id: 18920570
Posted: Sep 2 2017, 1:55
Replies: 0
Views: 3805, today: 6, week: 11, month: 21
0 0 0.0/5