tuxity / insta-unfollower

An Instagram script to unfollow accounts who doesn't follow-you-back
MIT License
381 stars 89 forks source link

Instagram Security Confirmation #59

Closed melocule closed 2 years ago

melocule commented 3 years ago

Hi!

Docker logs Please check Instagram app for a security confirmation that it is you trying to login. and the process immediately exits. On the Instagram app I get the "Suspicious login attempt" screen and confirm it was me, but the script doesn't continue and it requests confirmation every time I rerun the script. This issue persists across multiple accounts.

Does this happen on your side?

tuxity commented 3 years ago

Hello,

it's like #56 but it should not keep asking you once you click on "it was me". Maybe there is an issue with the docker image and docker network.

Can you try to tell docker to use the ip of the machine instead of the docker net ip by passing --network=host and check if it works

ppdms commented 2 years ago

I was experiencing this as well until modifying insta-unfollower.py to report the User-Agent of Safari on the same machine, that fixed it I think

ppdms commented 2 years ago

(and I was already logged in to Instagram on Safari)

IAMDROPPE commented 2 years ago

Traceback (most recent call last): File "C:\Users\DROPPE\Desktop\Help\insta-unfollower\insta-unfollower.py", line 294, in main() File "C:\Users\DROPPE\Desktop\Help\insta-unfollower\insta-unfollower.py", line 227, in main connected_user = get_user_profile(credentials.username) File "C:\Users\DROPPE\Desktop\Help\insta-unfollower\insta-unfollower.py", line 89, in get_user_profile response = json.loads(extract.group(1)) AttributeError: 'NoneType' object has no attribute 'group'

windows 10 Python 3.10.4

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days