lyingcomplement
Newbie
- Dec 12, 2018
- 8
- 1
I am a web automation bot coder, i'd like to answer you any question you meet in web automation.
Help you, help me, enjoy!
Help you, help me, enjoy!
in fact any bot can be detected by instagram, only if you don't operate on it, don't be frustrate, haha.How instagram detect that i'm using a bot?
and how to avoid that
if you not good at c#,c++, python, you can try ubot and zenno, they are the easy ones you can start.Do you know any bot framework in python, c++ or C# which allow to create easily web automation bot ?
Let me simplify this for you.in fact any bot can be detected by instagram, only if you don't operate on it, don't be frustrate, haha.
they have many technique to detect you as a bot, proxy,location,frequency and speed,timezone, these are the normal factor we know, but in fact i believe they have other more technique to detect you, you are fight with one of the largest site.
Let me simplify this for you.
They know how the API is accessed, if they really want to they can crack down on us in 10 minutes with less than 10 lines of code.
For example, no movement, no-touch, no human-like interaction from a real device.
Its that simple and we are all aware of it.
You can emulate all the above with Autohotkey.
There's a balance between speed and human like interaction.
Headless apps access and execute individual modules by triggering them by direct code. The upside is speed, the downside is not human like.
Software like AHK can do the same but you can add mouse movements random typing delays etc. Even random mistakes. The upside is human like, the downside is it works at human speeds.
I've been experimenting for 18 months with a AHK single bot IG account, still going solid , still tweaking it with advice from the forum I've been skimming.
I'm thinking its going to be something like a IG PBN, uBot (headless) for the T3 -T10 and a Vmware AHK IG money site based bot.
Movement data is not exposed. Also you will need to do custome module to emulate device movement (physical)You can emulate all the above with Autohotkey.
There's a balance between speed and human like interaction.
Headless apps access and execute individual modules by triggering them by direct code. The upside is speed, the downside is not human like.
Software like AHK can do the same but you can add mouse movements random typing delays etc. Even random mistakes. The upside is human like, the downside is it works at human speeds.
I've been experimenting for 18 months with a AHK single bot IG account, still going solid , still tweaking it with advice from the forum I've been skimming.
I'm thinking its going to be something like a IG PBN, uBot (headless) for the T3 -T10 and a Vmware AHK IG money site based bot.
Everything IG is pretty new to me so out of curiosity are you using the desktop IG for this or are you emulating the mobile version?