I read the new Instagram data policy. One thing caught my attention which was device operation. And it says:
Device operations: information about operations and behaviors performed on the device, such as whether a window is foregrounded or backgrounded, or mouse movements (which can help distinguish humans from bots).
So they already know if the browser is controlled by automated tests and it seems that they also track the device operations. It seems that they would detect that we use bot regardless of how hard we try to make the bot do things randomised.
What do you think?
Do that:
What can we do ? set the browser position to -3000 so it won't be on window but still not minimized.
Regarding foreground and background I would like to know more.
I do know that the story continue even when page is backgrounded (for obvious reasons)
We also need to fool the "hasFocus" javascript use. Can someone assist ?
How about webdriver
detection? I think it can be detected from the navigator
object of the browser. And Chrome shows an info that says something like "This browser is controlled by an automated test". Would disabling that help?
This infobar you can disable easy (find my thread about it) but it is not related to website it self.
We should overcame this as well:
https://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_document_hasfocus
From the reading of it, they just re-illustrated what information/data they are collecting. Based off previous experience, I believe those data already been collected even before the new policy comes to play.
the real question is "what would they do with it ?"
If they keep doing what they are doing today, We are fine and safe, as long as you don't run more than 2 accounts in your computer with 10000 likes, 5000 follow every day.
so, please keep it moderate, don't go crazy to get attention from Instagram.com.
@sionking I hope Instagram doesnt realize about that and start to detect position someday too. When I run the bot from a bat triggered by a window task set as invisible, the browser runs but it isnt seen. How does that count, as minimized or not?
In each verified new action (_mostly after _focus & blur_ events_), such as scrolling down or click-opening a link, clicking different position in a page, etc. activities, the logger- logging_client_events
(from facebook-api-version: v2.6
) is posting that event immidiately.
By which, IG's possible detectors generate a human
/non-human
status for the user.
_That logger, has been running for a long time before the last seasonal updates, that's why, I think sometimes you get non-human
(_automated_) accaunts _interacted with you_ in return..._
Request URL: https://graph.instagram.com/logging_client_events
Request Method: POST
Status Code: 200
Remote Address: 157.240.20.63:443
You might want to block Request URL xD (_!dangerous_)
@uluQulu hi,
"you get non-human (automated) accounts interacted with you in return..." where is this came from?
How can you be more targeted by bots ? you are visible to what you assign to, do you say the hashtag we search will get a different results for example? since I checked that many times and it seems original.
btw I recommend all to use:
def goto_url(browser,url):
""" thing we should do before and after going to url"""
browser.get(url)
browser.execute_script('document.__proto__.hasFocus = function() {return true}')
This will fake the has focus method.
Hey @sionking,
_There are some major use cases, e.g. when you upload a post it is up to IG to whom (!target users) and how show it ..._
(as I hit this topic, there is also a thing, your post is shown to less ppl once you post from a non-official application, e.g. through a _LR plugin_, or an _unofficial-API_ ... )
if you think clearly, you will find more cases
What about chromedriver ? can anyone take this on him ? to compile it ? as in here:
https://stackoverflow.com/a/41220267/4215840
@sionking according to user @szx, it is also possible to simply open chromedriver.exe in hex editor, and just do the replacement manually, without actually doing any compiling.
tried this ?
@CharlesCCC
Hi this not worked for me.... Can you try compile it ? as I can't find the time.
I would love also if a JS expert will overrun the hide.visibility function as I did with onFocus, can some one do it 2 ?
Real Mouse movements. Now. 100$. Someone?
Maybe I'm late to the conversation but seems that IG limited the server calls from API to 200/h
https://techcrunch.com/2018/04/02/instagram-api-limit/
by just fetching a bunch of images you can hit that number... what can we do? Have you encountered any issue?
@MrBeardedGuy we are not using their API :)
@CharlesCCC Man, I'm fully ashamed of myself for asking that question! So dumb! I just freaked out for a second after reading the article and my brain went berserk.
@MrBeardedGuy it all good, we all have similar feeling before. LOL
@MrBeardedGuy is right about that concern.
It was part of the seasonal updates of 2018 scheduled to end at ~June-July.
And I think that particular change in API occurred ~March.
First of all it is an old issue and I think now that limit is 500 (_or just in sandbox mode?_). So you should not worry about it since it has been months after that change and everything works fine.
@CharlesCCC when it hits API it will have downsides for everybody. [think in bigger context]
Remember the graphql content size limit to
50
? It also happened in that update season...
@MrBeardedGuy live the moment, if there is an issue, post it to find a solution if any.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. > If this problem still occurs, please open a new issue
I belive it hit the API, Has anyone else seen this in there logs?
@uluQulu @timgrossmann
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this problem still occurs, please open a new issue
Most helpful comment
From the reading of it, they just re-illustrated what information/data they are collecting. Based off previous experience, I believe those data already been collected even before the new policy comes to play.
the real question is "what would they do with it ?"
If they keep doing what they are doing today, We are fine and safe, as long as you don't run more than 2 accounts in your computer with 10000 likes, 5000 follow every day.
so, please keep it moderate, don't go crazy to get attention from Instagram.com.