Making a browser bot

dragon192

Newbie
Joined
Mar 4, 2019
Messages
39
Reaction score
7
The problem with Jarvee/GMT2 is that everyone and their dog uses them and they're probably easy for Instagram to detect (in combination with other metrics). Anyone had any long term success making their own browser bot with python, or using someone else's browser bot? Thinking of building a bot for 10 or so accounts running on rotating tethered phone connection and selenium.
 
i was yesterday making python bot follow and after follow 7-10 people rotate proxy and start new account and follow again.
But with python script instagram just to smart was getting phone verification and block directly. :eek::)

you can use Instabot.py https://github.com/instabot-py/instabot.py easy to work with. :p

this one will help you setup in a few minutes: https://medium.com/@rohanarun/how-to-build-an-instagram-bot-farm-in-15-minutes-for-free-14468c844f7a


This is not my script.. it's only a advice of what you can use;)
 
Be careful with selenium, it leaves footprint
 
i was yesterday making python bot follow and after follow 7-10 people rotate proxy and start new account and follow again.
But with python script instagram just to smart was getting phone verification and block directly. :eek::)

you can use Instabot.py https://github.com/instabot-py/instabot.py easy to work with. :p

this one will help you setup in a few minutes: https://medium.com/@rohanarun/how-to-build-an-instagram-bot-farm-in-15-minutes-for-free-14468c844f7a


This is not my script.. it's only a advice of what you can use;)

Instabot uses API, which is also what Jarvee/GMT2 use. I'm talking about automating a web browser for basic actions (follow, unfollow, like)

Be careful with selenium, it leaves footprint

Of course it would leave footprints. Some things like browser window size, user agent and proxy you can easily set. What I'm asking is if anyone has any real-world experience with how effective it is / whether accounts get banned/blocked/PV quickly, or if browser has high enough trust score generally to mitigate against the footprints. I'm pretty sure I've read somewhere that the embedded browser in Jarvee doesn't do much to counteract fingerprinting either, but it still seems to work well in the last couple of months?
 
jarvee has this feature to run accounts in embedded browser . following 400 people daily even in browser doesn't make you real person.
 
Be careful with selenium, it leaves footprint

You can always change the headers and browser settings to look as if your browser is on a mobile screen, or on an OS other than your real one.
 
Back
Top