Idea for multiple browser ip / help?

rockstarrr

Regular Member
Joined
Jul 25, 2012
Messages
271
Reaction score
21
i need: 50 browser open with different proxy (i use hola vpn addon)

is there an easier way to make over 50 chrome profiles and open them at the same time? The problem is, when i open alot chrome profiles (windows) its uses alot ram. I just need a view/traffic bot who is visitin a site with 50 instances at the same time. People want 250 bucks for a bot like this lol.., and i want to do it by myself and maybe some help from the forum. If you guys have any idea, please comment on this. thank you
 
Yea, that's not how it is done, with browsers it will use a lot of RAM. You should learn a programming language, code a multithreaded bot and use proxies.

If you're talking about video/live stream views and want to run 50 threads simultaneously, let's say watching just an average non-HD stream with 100 KB/s each, you will need a 40 Mbit/s internet connection, which has a 5 MB/s download speed. If it's a HD stream, it can require a lot more than that.
 
Yea, that's not how it is done, with browsers it will use a lot of RAM. You should learn a programming language, code a multithreaded bot and use proxies.

If you're talking about video/live stream views and want to run 50 threads simultaneously, let's say watching just an average non-HD stream with 100 KB/s each, you will need a 40 Mbit/s internet connection, which has a 5 MB/s download speed. If it's a HD stream, it can require a lot more than that.

Simple html 5 video. The video does not even need to be played. So its not the internet connection problem. I know i tried with python but its difficult to make the bot to login with the accounts. Is there a way with ubot or botchief? Maybe something free?
 
Simple html 5 video. The video does not even need to be played. So its not the internet connection problem. I know i tried with python but its difficult to make the bot to login with the accounts. Is there a way with ubot or botchief? Maybe something free?
I'm familiar not with Botchief, but Ubot bots are resource hogs, so it wouldn't be much better than if you were simply running multiple browser instances. Something like python would be more appropriate for a bot like this. For instance here's a python Twitch viewer: https://github.com/ohyou/twitch-viewer
 
That github twitch-viewer bot doesn't work anymore. All it does is send GET requests and they don't actually get to the channel. I user a viewer service instead of a bot. It has less viewers and less comments but is good enough to put me on the front page of lower streamed games.
 
Browser's javascript engine use too much cpu and ram. You will hit the cpu limit before ram though. You cant run that many browser instances concurrently in normal processor(i7, xeon). 10-15 might be okay for xeon.
 
Back
Top