Closed theRouter closed 5 years ago
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
hi I want to unfollow user's that just instapy followed but it didn't work and quit the loop. can any body help me?
Current Behavior
INFO [2018-11-15 09:33:45] [faranak.pourang] Ongoing Unfollow [1/500]: now unfollowing 'b'mehdi.askarpour1998''... WARNING [2018-11-15 09:33:51] [faranak.pourang] The page isn't available! ~the link may be broken, or the page may have been removed... WARNING [2018-11-15 09:33:51] [faranak.pourang] Couldn't access the profile page of 'mehdi.askarpour1998'! ~might have changed the username INFO [2018-11-15 09:33:51] [faranak.pourang] Trying to find the username from the given user ID by loading a post INFO [2018-11-15 09:33:54] [faranak.pourang] Can't load pics of a private profile to find username (ID: 3589731055) INFO [2018-11-15 09:33:54] [faranak.pourang] Trying to find the username from the given user ID by a quick API call ERROR [2018-11-15 09:33:54] [faranak.pourang] Unfollow loop error: name 'requests' is not defined
INFO [2018-11-15 09:33:54] [faranak.pourang] --> Total people unfollowed : 0
INFO [2018-11-15 09:33:58] [faranak.pourang] Sessional Live Report: |> LIKED 0 images | ALREADY LIKED: 0 |> COMMENTED on 0 images |> FOLLOWED 0 users | ALREADY FOLLOWED: 0 |> UNFOLLOWED 0 users |> INAPPROPRIATE images: 0 |> NOT VALID users: 0 currently FOLLOWING 5045 users & has got 14990 FOLLOWERS
InstaPy configuration
session = InstaPy(username=insta_username, password=insta_password, headless_browser=False, multi_logs=True) session.login() session.unfollow_users(amount=500, InstapyFollowed=(True, "all"), style="FIFO", unfollow_after=486060, sleep_delay=600)
session.end() quit()