Bot experts needed

MarkWilson

Regular Member
Joined
Mar 16, 2014
Messages
307
Reaction score
93
Hello guys
I need to develop my own bot for managing Instagram accounts.
But I don't know how to simulate perfectly the mobile emobile environment. Is the user agent enough? Thanks in advance for the help, it will be much appreciated
 
Hello guys
I need to develop my own bot for managing Instagram accounts.
But I don't know how to simulate perfectly the mobile emobile environment. Is the user agent enough? Thanks in advance for the help, it will be much appreciated

The answer interest me :) i watched the thread !
 
Hello guys
I need to develop my own bot for managing Instagram accounts.
But I don't know how to simulate perfectly the mobile emobile environment. Is the user agent enough? Thanks in advance for the help, it will be much appreciated
I'd suggest outsourcing this if you aren't even sure about this step. Unless it's something super simple it's probably best to have someone else do this for you.
 
I'd suggest outsourcing this if you aren't even sure about this step. Unless it's something super simple it's probably best to have someone else do this for you.
The project is super simple, log in and like photo having proxies and cookies. My tech is working on it but I would like to be sure about the mobile simulation cause I don't want to loose accounts.
 
No, the user agent is not enough.

You can try it without risking any account... make a request passing only a fake useragent and see the response...

I started a python project called seo, you can find it on pypi. It is still very very early stage, but there is already a user agent module...
 
No, the user agent is not enough.

You can try it without risking any account... make a request passing only a fake useragent and see the response...

I started a python project called seo, you can find it on pypi. It is still very very early stage, but there is already a user agent module...
Thanks for the info I will check that out!
 
I can send u github repo if you are interested. It's possible to emulate mobile version of instagram when using classical browser, not headless one.
 
To save time, review Github projects. What might be even more useful would be download OWASP ZAP, or Burp Suite Community Edition to analyse the API calls Jarvee makes.

Set Jarvee to use Burp/ZAP as the intercepting proxy and you can see all the API calls the program makes to IG (and anywhere else), including user agent and other parameters.
 
Hello guys
I need to develop my own bot for managing Instagram accounts.
But I don't know how to simulate perfectly the mobile emobile environment. Is the user agent enough? Thanks in advance for the help, it will be much appreciated

you will need a "4g" proxy.
 
My recipe to this answer:
- Get a 4G proxy
- Get a copy of your favorite botting software (I like ubot)
- Clone headers from top mobile browsers
- Set the resolution in your botting software to match the expected resolution of said device
- Voila. Insta-bot is born.

Rinse and repeat with multiple instances.
 
Depending on which language you want to have it done, you can use different projects available freely on Github. The easiest one is under Python. You can easily login and like stuff with hundreds of accounts very easily, and can even make it so light that it can support more accounts.

You don't really need a 3/4g proxy (expensive), you just need a good proxy :)
 
You should focus on either Android or iOS.
There are many cool tools like: Frida and radare which you can do some tricks that allow you to see more about user agent.

Anyway, highly recommend not to use any old git repo that belongs to others.
 
I think you can surely find someone on Upwork for this gig.
 
User-Agent, cookies, other headers, requests that use values that are acquire from previous requests, etc. If you know Python just use Instabot. It's free/open source and takes care of most of that stuff for you.
 
Back
Top