What bot/script/software should i build?

kromsss

Banned - Selling via PM
Joined
Apr 14, 2014
Messages
44
Reaction score
17
Hello BHW, I am a software developer and I'm pretty decent in building scripts and bots or softwares including almost everything you may think of. I am out of ideas, what bot should i develop? What would you use on a daily basis that would greatly help you in your business?
 
A facebook group posts scrapper please, that can scrape photos, text posts, links, albums, etc, and at a specific date,

I got this took which already does it but recent facebook updates makes the tool bring errors

if you dont mind lets take it to the inbox mate.
 
A facebook group posts scrapper please, that can scrape photos, text posts, links, albums, etc, and at a specific date,

I got this took which already does it but recent facebook updates makes the tool bring errors

if you dont mind lets take it to the inbox mate.
what exactly would you use this kind of bot for? Can you please explain the details? I want to know better on what its potential might be
 
Sms marketing app with text spinner, robot calling/answer, sim receive/send ratio protection.....if you can make that I will buy it.
 
Anything related to Social Media automation has a huge demand
Do you build android based bots?
 
Are you making free bot on request?
Actually looking for some ideas, if you have something interesting in mind please let me know.

Anything related to Social Media automation has a huge demand
Do you build android based bots?
Are android based bots more valuable then web based bots?
 
For a now there is no reliable IG follow,unfollow,autolike bot. ıf you can make a good one that pretends like real user when doing actions like f/uf , you can make good money out of it surely.
 
Please can u tell me what a script language is it ?

string url = GetRandomLine(Tab[1]);

string referer = GetRandomLine(Tab[2]);

if(referer==""){
Navigate(url);
} else {
Navigate(referer);
Browser.ExecuteScript("window.location.href = \""+url+"\";");
}
Random rnd = new Random();
Sleep(rnd.Next(2, 10));
var a = Browser.FindElementsByTagName("a");
a[rnd.Next(0, a.Count)].Click();


return Browser.Url;
 
Please can u tell me what a script language is it ?

string url = GetRandomLine(Tab[1]);

string referer = GetRandomLine(Tab[2]);

if(referer==""){
Navigate(url);
} else {
Navigate(referer);
Browser.ExecuteScript("window.location.href = \""+url+"\";");
}
Random rnd = new Random();
Sleep(rnd.Next(2, 10));
var a = Browser.FindElementsByTagName("a");
a[rnd.Next(0, a.Count)].Click();


return Browser.Url;
its js
 
Back
Top