Hi Seth,
I have been researching about programming for a while (I am not an engineer by profession). I learnt Python a bit and was hoping to grind my way through the rest of Python and C# in the next year 12-ish hours a day and be a pro at programming. However, recently I stumbled upon Ubot at the suggestion of a couple people.
I intend on buying the developer bot.. However I had the following query, it is kinda specific but i would appreciate it if I could get a response.
In massplanner (you may or may not have heard about it.. its a social media automation bot), every (for example), FB profile I have in there has it's own proxy, it's own cookies, it's own useragent and tasks are run in parallel multi threaded without footprint. I wish to do something similar on a platform they dont support. I wanted to know if the following is accomplish-able
via UBot. The platform I primarily wish to target has a lot to do with the IP and not with cookies necessarily. Would this be possible to do using Ubot:
- Run 100 threads in parallel with it's own designated proxy
- Each browser thread starts a random User Agent, random Browser, random referrer, clean cookies
- Opens a webpage
- Scrolls up and down on the webpage
- Stays on web page for, let's say 3 minutes (randomized 2.5 - 3.5 min)
- Proxies performs no action for 30 seconds (randomized 1-60 sec)
- Restarts a random User Agent, random browser.....etc etc Repeats loop but now on a new webpage
The webpages it would have to go to would be fed to it and a randomly selected webpage would be visited once a day..then from the list, that webpage would not be visited the same day..and it would work it's way through the rest of the webpages..till all are visited.. Then again net day would visit the same set of webpages again in random till are done.. All this via random User agent..browser...etc
The core is basically an IP randomly going to random webpages from a list each day.
Basically, a view bot.
Would this be doable via UBot ?
Also, what are the UserAgents supported and is there a way to add more on our own ?
Would appreciate a response.
Very keen on buying this soon if this can be coded using your botmaker.
Thanks.