[GH-ISSUE #249] How does bot check for private account without actually opening the profile #665

Closed
opened 2026-03-13 22:18:21 +03:00 by kerem · 7 comments
Owner

Originally created by @ghost on GitHub (Jan 17, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/249

I've noticed the logs referencing fetching data to test filtered conditions (private or not, follower counts, etc.) without actually opening the profile.

Could this method be detectable by Instagram as bot behavior? I think it can.

Do you think it's better for it to open the profile and check locally?

Originally created by @ghost on GitHub (Jan 17, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/249 I've noticed the logs referencing fetching data to test filtered conditions (private or not, follower counts, etc.) without actually opening the profile. Could this method be detectable by Instagram as bot behavior? I think it can. Do you think it's better for it to open the profile and check locally?
kerem closed this issue 2026-03-13 22:18:26 +03:00
Author
Owner

@ghost commented on GitHub (Jan 17, 2021):

Screen Shot 2021-01-17 at 1 14 12 PM

What is the meaning of lines 2-4 in the log?

<!-- gh-comment-id:761881505 --> @ghost commented on GitHub (Jan 17, 2021): <img width="564" alt="Screen Shot 2021-01-17 at 1 14 12 PM" src="https://user-images.githubusercontent.com/74629332/104856216-2c9a2300-58c6-11eb-9631-03323ad185c2.png"> What is the meaning of lines 2-4 in the log?
Author
Owner

@ghost commented on GitHub (Jan 17, 2021):

Could the action at line 2 be suspicious like bot activity by Instagram?

<!-- gh-comment-id:761887313 --> @ghost commented on GitHub (Jan 17, 2021): Could the action at line 2 be suspicious like bot activity by Instagram?
Author
Owner

@alexal1 commented on GitHub (Jan 19, 2021):

@Ardy000

Could the action at line 2 be suspicious like bot activity by Instagram?

This action is similar to opening someone's profile in browser incognito tab. You'll have to do profile-view action anyway, so this probably just gives you some number of "free" profile-views. But if you think it can somehow make Instagram think you're using a bot, then we can add a flag to disable this feature.

<!-- gh-comment-id:762718622 --> @alexal1 commented on GitHub (Jan 19, 2021): @Ardy000 > Could the action at line 2 be suspicious like bot activity by Instagram? This action is similar to opening someone's profile in browser incognito tab. You'll have to do profile-view action anyway, so this probably just gives you some number of "free" profile-views. But if you think it can somehow make Instagram think you're using a bot, then we can add a flag to disable this feature.
Author
Owner

@ghost commented on GitHub (Jan 19, 2021):

But if you think it can somehow make Instagram think you're using a bot

I think they can detect in two ways:

  1. It's not possible for human to open in incognito browser when using the app. Plus your device address is still there so I don't think it'll be free profile-views.

2. I think it is detectable since if it doesn't download images (profile pic, first 9 posts, highlight previews) from Instagram servers then it's suspicious like a bot with no GUI

But if you think it can somehow make Instagram think you're using a bot, then we can add a flag to disable this feature

I don't think it has any benefit and is suspicious activity so please do add a flag to disable that feature thanks so much for taking feedback from users and implementing it in a timely manner too.

<!-- gh-comment-id:763110322 --> @ghost commented on GitHub (Jan 19, 2021): > But if you think it can somehow make Instagram think you're using a bot I think they can detect in two ways: 1. It's not possible for human to open in incognito browser when using the app. Plus your device address is still there so I don't think it'll be free profile-views. **2. I think it is detectable since if it doesn't download images (profile pic, first 9 posts, highlight previews) from Instagram** **servers then it's suspicious like a bot with no GUI** > But if you think it can somehow make Instagram think you're using a bot, then we can add a flag to disable this feature I don't think it has any benefit and is suspicious activity so please do add a flag to disable that feature thanks so much for taking feedback from users and implementing it in a timely manner too.
Author
Owner

@ghost commented on GitHub (Jan 19, 2021):

@alexal1

Is there any quick fix in the .py source files I can do right now?

<!-- gh-comment-id:763114566 --> @ghost commented on GitHub (Jan 19, 2021): @alexal1 Is there any quick fix in the .py source files I can do right now?
Author
Owner

@alexal1 commented on GitHub (Jan 20, 2021):

@Ardy000 there's no quick fix, but created this beta for you: https://test.pypi.org/project/insomniac/3.6.6.2/
No fetching by default, --fetch-profiles-from-net to bring it back. Enjoy

<!-- gh-comment-id:763800232 --> @alexal1 commented on GitHub (Jan 20, 2021): @Ardy000 there's no quick fix, but created this beta for you: https://test.pypi.org/project/insomniac/3.6.6.2/ No fetching by default, `--fetch-profiles-from-net` to bring it back. Enjoy
Author
Owner

@ghost commented on GitHub (Jan 20, 2021):

Wow that’s amazing

Thank you

<!-- gh-comment-id:763803197 --> @ghost commented on GitHub (Jan 20, 2021): Wow that’s amazing Thank you
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#665
No description provided.