mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #79] Gets stuck when trying to interact with private account #520
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#520
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lisiadito on GitHub (Aug 6, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/79
I've run
python insomniac.py --interact <MYUSERNAME>and it started working fine until it landed on a private account.The script should be able to detect if a account is private and not followed to not even start to find pictures.
@alexal1 commented on GitHub (Sep 1, 2020):
Well I didn't find another way of how to distinguish private and public accounts. Lack of scrolling possibility is the best indicator :) Does it bring some inconvenience?
@muzzol commented on GitHub (Sep 3, 2020):
I noticed too that a lot of accounts are private so no posts are shown and a lot of time is lost.
can't profile be parsed in some way to recognize if it's set to private?
@Fadude commented on GitHub (Nov 30, 2020):
Done on v3.2.0, when profile recognized as a private-profile, the bot wont even try to swipe down in order to give it likes.